#00426B

Color #00426B Prussian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prussian Blue #00426B

Tints of Prussian Blue #00426B

Color information

#00426B (or 0x00426B) is unknown color: approx Prussian Blue. HEX triplet: 00, 42 and 6B. RGB value is (0,66,107). Sum of RGB (Red+Green+Blue) = 0+66+107=173 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 173); Green value is 66 (26.17% from 255 or 38.15% from 173); Blue value is 107 (42.19% from 255 or 61.85% from 173); Max value from RGB is 107 - color contains mainly: blue. Hex color #00426B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00426B is #FFBD94. Grayscale: #323232. Windows color (decimal): -16760213 or 7029248. OLE color: 7029248.

HSL color Cylindrical-coordinate representation of color #00426B: hue angle of 202.99º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00426B is Cyan = 1, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB066107-
CMYK10.3800.58
HSL202.99º100%20.98%-
HSV(B)202.99º100%41.96%-
XYZ4.64.9614.62-
YUV50.94159.6391.67-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 66 (26.17% from 255) = 38.15%
BLUE value IS 107 (42.19% from 255) = 61.85%
R=0%
G=38.15%
B=61.85%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal06610710.3800.58202.9910020.98
Hex0426B642603Acb6415
Octal01021531444607231314425
Binary0100001011010111100100100110011101011001011110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00426B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #00426B;
 }
 .AnyTagClassName
 {
   color: #00426B;
 }
</style>
background-color css

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

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

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

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

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

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