Html Css Color HEX #023F5C Prussian Blue

📋 copy color: '#023F5C'

red 2 ◦ green 63 ◦ blue 92

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

Shades of Prussian Blue #023F5C

Tints of Prussian Blue #023F5C

RGB

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

 GREEN value IS 63 (25% from 255) = 40.13%

 BLUE value IS 92 (36.33% from 255) = 58.6%

R = 1.27%
G = 40.13%
B = 58.6%

CMYK

 C value IS 0.98

 M value IS 0.32

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#023F5C (or 0x023F5C) is known color: Prussian Blue. HEX triplet: 02, 3F and 5C. RGB value is (2,63,92). Sum of RGB (Red+Green+Blue) = 2+63+92=157 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 157); Green value is 63 (25% from 255 or 40.13% from 157); Blue value is 92 (36.33% from 255 or 58.60% from 157); Max value from RGB is 92 - color contains mainly: blue. Hex color #023F5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023F5C is #FDC0A3. Grayscale: #2F2F2F. Windows color (decimal): -16629924 or 6045442. OLE color: 6045442.

HSL color Cylindrical-coordinate representation of color #023F5C: hue angle of 199.33º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023F5C is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 2 63 92 -
CMYK 0.98 0.32 0 0.64
HSL 199.33º 0.96% 0.18% -
HSV(B) 199.33º 0.98% 0.36% -
XYZ 3.73 4.34 10.77 -
YUV 48.07 152.79 95.14 -
System Red Green Blue C M Y K H S L
Decimal 2 63 92 0.98 0.32 0 0.64 199.33 0.96 0.18
Hex 2 3F 5C 62 20 0 40 C7 60 12
Octal 2 77 134 142 40 0 100 307 140 22
Binary 10 111111 1011100 1100010 100000 0 1000000 11000111 1100000 10010

Color Harmonies of #023F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023F5C

Black with #023F5C

Text Example


Text Example

White with #023F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023F5C; }

 p { color: rgb(2,63,92); }

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

background-color css

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

 a { background-color: rgb(2,63,92); }

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

border-color css

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

 span { border-color: rgb(2,63,92); }

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