Html Css Color HEX #023C67 Prussian Blue

📋 copy color: '#023C67'

red 2 ◦ green 60 ◦ blue 103

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

Shades of Prussian Blue #023C67

Tints of Prussian Blue #023C67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 62.42%

R = 1.21%
G = 36.36%
B = 62.42%

CMYK

 C value IS 0.98

 M value IS 0.42

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#023C67 (or 0x023C67) is known color: Prussian Blue. HEX triplet: 02, 3C and 67. RGB value is (2,60,103). Sum of RGB (Red+Green+Blue) = 2+60+103=165 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.21% from 165); Green value is 60 (23.83% from 255 or 36.36% from 165); Blue value is 103 (40.62% from 255 or 62.42% from 165); Max value from RGB is 103 - color contains mainly: blue. Hex color #023C67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023C67 is #FDC398. Grayscale: #2F2F2F. Windows color (decimal): -16630681 or 6765570. OLE color: 6765570.

HSL color Cylindrical-coordinate representation of color #023C67: hue angle of 205.54º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023C67 is Cyan = 0.98, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 2 60 103 -
CMYK 0.98 0.42 0 0.60
HSL 205.54º 0.96% 0.21% -
HSV(B) 205.54º 0.98% 0.4% -
XYZ 4.09 4.22 13.43 -
YUV 47.56 159.28 95.5 -
System Red Green Blue C M Y K H S L
Decimal 2 60 103 0.98 0.42 0 0.60 205.54 0.96 0.21
Hex 2 3C 67 62 2A 0 3C CE 60 15
Octal 2 74 147 142 52 0 74 316 140 25
Binary 10 111100 1100111 1100010 101010 0 111100 11001110 1100000 10101

Color Harmonies of #023C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023C67

Black with #023C67

Text Example


Text Example

White with #023C67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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