Html Css Color HEX #002B66 Prussian Blue

📋 copy color: '#002B66'

red 0 ◦ green 43 ◦ blue 102

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

Shades of Prussian Blue #002B66

Tints of Prussian Blue #002B66

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 value IS 1

 M value IS 0.58

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#002B66 (or 0x002B66) is known color: 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

RGB 0 43 102 -
CMYK 1 0.58 0 0.6
HSL 214.71º 1% 0.2% -
HSV(B) 214.71º 1% 0.4% -
XYZ 3.26 2.69 12.92 -
YUV 36.87 164.75 101.7 -
System Red Green Blue C M Y K H S L
Decimal 0 43 102 1 0.58 0 0.6 214.71 1 0.2
Hex 0 2B 66 64 3A 0 3C D7 64 14
Octal 0 53 146 144 72 0 74 327 144 24
Binary 0 101011 1100110 1100100 111010 0 111100 11010111 1100100 10100

Color Harmonies of #002B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002B66

Black with #002B66

Text Example


Text Example

White with #002B66

Text Example


Text Example

HTML Codes & Css Web 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>