#002B66

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

Shades of Prussian Blue #002B66

Tints of Prussian Blue #002B66

Color information

#002B66 (or 0x002B66) is unknown color: approx Prussian Blue. HEX triplet: 00, 2B and 66. RGB value is (0,43,102). Sum of RGB (Red+Green+Blue) = 0+43+102=145 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 145); Green value is 43 (17.19% from 255 or 29.66% from 145); Blue value is 102 (40.23% from 255 or 70.34% from 145); Max value from RGB is 102 - color contains mainly: blue. Hex color #002B66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002B66 is #FFD499. Grayscale: #242424. Windows color (decimal): -16766106 or 6695680. OLE color: 6695680.

HSL color Cylindrical-coordinate representation of color #002B66: hue angle of 214.71º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002B66 is Cyan = 1, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB043102-
CMYK10.5800.6
HSL214.71º100%20%-
HSV(B)214.71º100%40%-
XYZ3.262.6912.92-
YUV36.87164.75101.7-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 43 (17.19% from 255) = 29.66%
BLUE value IS 102 (40.23% from 255) = 70.34%
R=0%
G=29.66%
B=70.34%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal04310210.5800.6214.7110020
Hex02B66643A03Cd76414
Octal0531461447207432714424
Binary010101111001101100100111010011110011010111110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002B66; }

 p { color: rgb(0,43,102); }

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

<style>
 a { background-color: #002B66; }

 a { background-color: rgb(0,43,102); }

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

<style>
 span { border-color: #002B66; }

 span { border-color: rgb(0,43,102); }

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