Html Css Color HEX #002962 Prussian Blue

📋 copy color: '#002962'

red 0 ◦ green 41 ◦ blue 98

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

Shades of Prussian Blue #002962

Tints of Prussian Blue #002962

RGB

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

 GREEN value IS 41 (16.41% from 255) = 29.5%

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

R = 0%
G = 29.5%
B = 70.5%

CMYK

 C value IS 1

 M value IS 0.58

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#002962 (or 0x002962) is known color: Prussian Blue. HEX triplet: 00, 29 and 62. RGB value is (0,41,98). Sum of RGB (Red+Green+Blue) = 0+41+98=139 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 139); Green value is 41 (16.41% from 255 or 29.50% from 139); Blue value is 98 (38.67% from 255 or 70.50% from 139); Max value from RGB is 98 - color contains mainly: blue. Hex color #002962 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002962 is #FFD69D. Grayscale: #222222. Windows color (decimal): -16766622 or 6433024. OLE color: 6433024.

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

Color convert

RGB 0 41 98 -
CMYK 1 0.58 0 0.62
HSL 214.9º 1% 0.19% -
HSV(B) 214.9º 1% 0.38% -
XYZ 3 2.47 11.87 -
YUV 35.24 163.42 102.87 -
System Red Green Blue C M Y K H S L
Decimal 0 41 98 1 0.58 0 0.62 214.9 1 0.19
Hex 0 29 62 64 3A 0 3E D7 64 13
Octal 0 51 142 144 72 0 76 327 144 23
Binary 0 101001 1100010 1100100 111010 0 111110 11010111 1100100 10011

Color Harmonies of #002962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002962

Black with #002962

Text Example


Text Example

White with #002962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002962; }

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

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

background-color css

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

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

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

border-color css

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

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

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