Html Css Color HEX #00426E Prussian Blue

📋 copy color: '#00426E'

red 0 ◦ green 66 ◦ blue 110

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

Shades of Prussian Blue #00426E

Tints of Prussian Blue #00426E

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 66 (26.17% from 255) = 37.5%

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

R = 0%
G = 37.5%
B = 62.5%

CMYK

 C value IS 1

 M value IS 0.4

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#00426E (or 0x00426E) is known color: Prussian Blue. HEX triplet: 00, 42 and 6E. RGB value is (0,66,110). Sum of RGB (Red+Green+Blue) = 0+66+110=176 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 176); Green value is 66 (26.17% from 255 or 37.5% from 176); Blue value is 110 (43.36% from 255 or 62.5% from 176); Max value from RGB is 110 - color contains mainly: blue. Hex color #00426E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00426E is #FFBD91. Grayscale: #333333. Windows color (decimal): -16760210 or 7225856. OLE color: 7225856.

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

Color convert

RGB 0 66 110 -
CMYK 1 0.4 0 0.57
HSL 204º 1% 0.22% -
HSV(B) 204º 1% 0.43% -
XYZ 4.76 5.02 15.47 -
YUV 51.28 161.13 91.42 -
System Red Green Blue C M Y K H S L
Decimal 0 66 110 1 0.4 0 0.57 204 1 0.22
Hex 0 42 6E 64 28 0 39 CC 64 16
Octal 0 102 156 144 50 0 71 314 144 26
Binary 0 1000010 1101110 1100100 101000 0 111001 11001100 1100100 10110

Color Harmonies of #00426E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00426E

Black with #00426E

Text Example


Text Example

White with #00426E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,66,110); }

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

background-color css

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

 a { background-color: rgb(0,66,110); }

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

border-color css

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

 span { border-color: rgb(0,66,110); }

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