Html Css Color HEX #023C6D Prussian Blue

📋 copy color: '#023C6D'

red 2 ◦ green 60 ◦ blue 109

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

Shades of Prussian Blue #023C6D

Tints of Prussian Blue #023C6D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 35.09%

 BLUE value IS 109 (42.97% from 255) = 63.74%

R = 1.17%
G = 35.09%
B = 63.74%

CMYK

 C value IS 0.98

 M value IS 0.45

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#023C6D (or 0x023C6D) is known color: Prussian Blue. HEX triplet: 02, 3C and 6D. RGB value is (2,60,109). Sum of RGB (Red+Green+Blue) = 2+60+109=171 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.17% from 171); Green value is 60 (23.83% from 255 or 35.09% from 171); Blue value is 109 (42.97% from 255 or 63.74% from 171); Max value from RGB is 109 - color contains mainly: blue. Hex color #023C6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023C6D is #FDC392. Grayscale: #2F2F2F. Windows color (decimal): -16630675 or 7158786. OLE color: 7158786.

HSL color Cylindrical-coordinate representation of color #023C6D: hue angle of 207.48º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023C6D is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 2 60 109 -
CMYK 0.98 0.45 0 0.57
HSL 207.48º 0.96% 0.22% -
HSV(B) 207.48º 0.98% 0.43% -
XYZ 4.4 4.35 15.08 -
YUV 48.24 162.28 95.02 -
System Red Green Blue C M Y K H S L
Decimal 2 60 109 0.98 0.45 0 0.57 207.48 0.96 0.22
Hex 2 3C 6D 62 2D 0 39 CF 60 16
Octal 2 74 155 142 55 0 71 317 140 26
Binary 10 111100 1101101 1100010 101101 0 111001 11001111 1100000 10110

Color Harmonies of #023C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023C6D

Black with #023C6D

Text Example


Text Example

White with #023C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,60,109); }

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

background-color css

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

 a { background-color: rgb(2,60,109); }

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

border-color css

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

 span { border-color: rgb(2,60,109); }

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