Html Css Color HEX #002B60 Prussian Blue

📋 copy color: '#002B60'

red 0 ◦ green 43 ◦ blue 96

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

Shades of Prussian Blue #002B60

Tints of Prussian Blue #002B60

RGB

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

 GREEN value IS 43 (17.19% from 255) = 30.94%

 BLUE value IS 96 (37.89% from 255) = 69.06%

R = 0%
G = 30.94%
B = 69.06%

CMYK

 C value IS 1

 M value IS 0.55

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#002B60 (or 0x002B60) is known color: Prussian Blue. HEX triplet: 00, 2B and 60. RGB value is (0,43,96). Sum of RGB (Red+Green+Blue) = 0+43+96=139 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 139); Green value is 43 (17.19% from 255 or 30.94% from 139); Blue value is 96 (37.89% from 255 or 69.06% from 139); Max value from RGB is 96 - color contains mainly: blue. Hex color #002B60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002B60 is #FFD49F. Grayscale: #232323. Windows color (decimal): -16766112 or 6302464. OLE color: 6302464.

HSL color Cylindrical-coordinate representation of color #002B60: hue angle of 213.12º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002B60 is Cyan = 1, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 0 43 96 -
CMYK 1 0.55 0 0.62
HSL 213.13º 1% 0.19% -
HSV(B) 213.13º 1% 0.38% -
XYZ 2.98 2.57 11.41 -
YUV 36.19 161.75 102.19 -
System Red Green Blue C M Y K H S L
Decimal 0 43 96 1 0.55 0 0.62 213.13 1 0.19
Hex 0 2B 60 64 37 0 3E D5 64 13
Octal 0 53 140 144 67 0 76 325 144 23
Binary 0 101011 1100000 1100100 110111 0 111110 11010101 1100100 10011

Color Harmonies of #002B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002B60

Black with #002B60

Text Example


Text Example

White with #002B60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #002B60;
 }
 .AnyTagClassName
 {
   color: #002B60;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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