Html Css Color HEX #01366E Prussian Blue

📋 copy color: '#01366E'

red 1 ◦ green 54 ◦ blue 110

#01366E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Prussian Blue #01366E

Tints of Prussian Blue #01366E

RGB

 RED value IS 1 (0.78% from 255) = 0.61%

 GREEN value IS 54 (21.48% from 255) = 32.73%

 BLUE value IS 110 (43.36% from 255) = 66.67%

R = 0.61%
G = 32.73%
B = 66.67%

CMYK

 C value IS 0.99

 M value IS 0.51

 Y value IS 0

 K value IS 0.57

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#01366E (or 0x01366E) is known color: Prussian Blue. HEX triplet: 01, 36 and 6E. RGB value is (1,54,110). Sum of RGB (Red+Green+Blue) = 1+54+110=165 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 165); Green value is 54 (21.48% from 255 or 32.73% from 165); Blue value is 110 (43.36% from 255 or 66.67% from 165); Max value from RGB is 110 - color contains mainly: blue. Hex color #01366E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01366E is #FEC991. Grayscale: #2C2C2C. Windows color (decimal): -16697746 or 7222785. OLE color: 7222785.

HSL color Cylindrical-coordinate representation of color #01366E: hue angle of 210.83º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01366E is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 1 54 110 -
CMYK 0.99 0.51 0 0.57
HSL 210.83º 0.98% 0.22% -
HSV(B) 210.83º 0.99% 0.43% -
XYZ 4.15 3.77 15.26 -
YUV 44.54 164.94 96.95 -
System Red Green Blue C M Y K H S L
Decimal 1 54 110 0.99 0.51 0 0.57 210.83 0.98 0.22
Hex 1 36 6E 63 33 0 39 D3 62 16
Octal 1 66 156 143 63 0 71 323 142 26
Binary 1 110110 1101110 1100011 110011 0 111001 11010011 1100010 10110

Color Harmonies of #01366E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01366E

Black with #01366E

Text Example


Text Example

White with #01366E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01366E; }

 p { color: rgb(1,54,110); }

 H1.HeaderClassName
 {
   color: #01366E;
 }
 .AnyTagClassName
 {
   color: #01366E;
 }
</style>

background-color css

<style>
 a { background-color: #01366E; }

 a { background-color: rgb(1,54,110); }

 div.DivClassName
 {
   background-color: #01366E;
 }
 .BgClassName
 {
   background-color: #01366E;
 }
</style>

border-color css

<style>
 span { border-color: #01366E; }

 span { border-color: rgb(1,54,110); }

 td.TdClassName
 {
   border-color: #01366E;
 }
 .TagClassName
 {
   border-color: #01366E;
 }
</style>