Html Css Color HEX #002B62 Prussian Blue

📋 copy color: '#002B62'

red 0 ◦ green 43 ◦ blue 98

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

Shades of Prussian Blue #002B62

Tints of Prussian Blue #002B62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 69.5%

R = 0%
G = 30.5%
B = 69.5%

CMYK

 C value IS 1

 M value IS 0.56

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#002B62 (or 0x002B62) is known color: Prussian Blue. HEX triplet: 00, 2B and 62. RGB value is (0,43,98). Sum of RGB (Red+Green+Blue) = 0+43+98=141 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 141); Green value is 43 (17.19% from 255 or 30.50% from 141); Blue value is 98 (38.67% from 255 or 69.50% from 141); Max value from RGB is 98 - color contains mainly: blue. Hex color #002B62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002B62 is #FFD49D. Grayscale: #242424. Windows color (decimal): -16766110 or 6433536. OLE color: 6433536.

HSL color Cylindrical-coordinate representation of color #002B62: hue angle of 213.67º 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 #002B62 is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 0 43 98 -
CMYK 1 0.56 0 0.62
HSL 213.67º 1% 0.19% -
HSV(B) 213.67º 1% 0.38% -
XYZ 3.07 2.61 11.9 -
YUV 36.41 162.75 102.03 -
System Red Green Blue C M Y K H S L
Decimal 0 43 98 1 0.56 0 0.62 213.67 1 0.19
Hex 0 2B 62 64 38 0 3E D6 64 13
Octal 0 53 142 144 70 0 76 326 144 23
Binary 0 101011 1100010 1100100 111000 0 111110 11010110 1100100 10011

Color Harmonies of #002B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002B62

Black with #002B62

Text Example


Text Example

White with #002B62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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