Html Css Color HEX #023962 Prussian Blue

📋 copy color: '#023962'

red 2 ◦ green 57 ◦ blue 98

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

Shades of Prussian Blue #023962

Tints of Prussian Blue #023962

RGB

 RED value IS 2 (1.17% from 255) = 1.27%

 GREEN value IS 57 (22.66% from 255) = 36.31%

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

R = 1.27%
G = 36.31%
B = 62.42%

CMYK

 C value IS 0.98

 M value IS 0.42

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#023962 (or 0x023962) is known color: Prussian Blue. HEX triplet: 02, 39 and 62. RGB value is (2,57,98). Sum of RGB (Red+Green+Blue) = 2+57+98=157 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 157); Green value is 57 (22.66% from 255 or 36.31% from 157); Blue value is 98 (38.67% from 255 or 62.42% from 157); Max value from RGB is 98 - color contains mainly: blue. Hex color #023962 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023962 is #FDC69D. Grayscale: #2D2D2D. Windows color (decimal): -16631454 or 6437122. OLE color: 6437122.

HSL color Cylindrical-coordinate representation of color #023962: hue angle of 205.62º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023962 is Cyan = 0.98, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 2 57 98 -
CMYK 0.98 0.42 0 0.62
HSL 205.63º 0.96% 0.2% -
HSV(B) 205.63º 0.98% 0.38% -
XYZ 3.69 3.82 12.1 -
YUV 45.23 157.78 97.17 -
System Red Green Blue C M Y K H S L
Decimal 2 57 98 0.98 0.42 0 0.62 205.63 0.96 0.2
Hex 2 39 62 62 2A 0 3E CE 60 14
Octal 2 71 142 142 52 0 76 316 140 24
Binary 10 111001 1100010 1100010 101010 0 111110 11001110 1100000 10100

Color Harmonies of #023962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023962

Black with #023962

Text Example


Text Example

White with #023962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023962; }

 p { color: rgb(2,57,98); }

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

background-color css

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

 a { background-color: rgb(2,57,98); }

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

border-color css

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

 span { border-color: rgb(2,57,98); }

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