Html Css Color HEX #023F64 Prussian Blue

📋 copy color: '#023F64'

red 2 ◦ green 63 ◦ blue 100

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

Shades of Prussian Blue #023F64

Tints of Prussian Blue #023F64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 60.61%

R = 1.21%
G = 38.18%
B = 60.61%

CMYK

 C value IS 0.98

 M value IS 0.37

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#023F64 (or 0x023F64) is known color: Prussian Blue. HEX triplet: 02, 3F and 64. RGB value is (2,63,100). Sum of RGB (Red+Green+Blue) = 2+63+100=165 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.21% from 165); Green value is 63 (25% from 255 or 38.18% from 165); Blue value is 100 (39.45% from 255 or 60.61% from 165); Max value from RGB is 100 - color contains mainly: blue. Hex color #023F64 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023F64 is #FDC09B. Grayscale: #303030. Windows color (decimal): -16629916 or 6569730. OLE color: 6569730.

HSL color Cylindrical-coordinate representation of color #023F64: hue angle of 202.65º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023F64 is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 2 63 100 -
CMYK 0.98 0.37 0 0.61
HSL 202.65º 0.96% 0.2% -
HSV(B) 202.65º 0.98% 0.39% -
XYZ 4.1 4.49 12.71 -
YUV 48.98 156.79 94.49 -
System Red Green Blue C M Y K H S L
Decimal 2 63 100 0.98 0.37 0 0.61 202.65 0.96 0.2
Hex 2 3F 64 62 25 0 3D CB 60 14
Octal 2 77 144 142 45 0 75 313 140 24
Binary 10 111111 1100100 1100010 100101 0 111101 11001011 1100000 10100

Color Harmonies of #023F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023F64

Black with #023F64

Text Example


Text Example

White with #023F64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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