Html Css Color HEX #023C68 Prussian Blue

📋 copy color: '#023C68'

red 2 ◦ green 60 ◦ blue 104

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

Shades of Prussian Blue #023C68

Tints of Prussian Blue #023C68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 62.65%

R = 1.2%
G = 36.14%
B = 62.65%

CMYK

 C value IS 0.98

 M value IS 0.42

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#023C68 (or 0x023C68) is known color: Prussian Blue. HEX triplet: 02, 3C and 68. RGB value is (2,60,104). Sum of RGB (Red+Green+Blue) = 2+60+104=166 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.20% from 166); Green value is 60 (23.83% from 255 or 36.14% from 166); Blue value is 104 (41.02% from 255 or 62.65% from 166); Max value from RGB is 104 - color contains mainly: blue. Hex color #023C68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023C68 is #FDC397. Grayscale: #2F2F2F. Windows color (decimal): -16630680 or 6831106. OLE color: 6831106.

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

Color convert

RGB 2 60 104 -
CMYK 0.98 0.42 0 0.59
HSL 205.88º 0.96% 0.21% -
HSV(B) 205.88º 0.98% 0.41% -
XYZ 4.14 4.24 13.7 -
YUV 47.67 159.78 95.42 -
System Red Green Blue C M Y K H S L
Decimal 2 60 104 0.98 0.42 0 0.59 205.88 0.96 0.21
Hex 2 3C 68 62 2A 0 3B CE 60 15
Octal 2 74 150 142 52 0 73 316 140 25
Binary 10 111100 1101000 1100010 101010 0 111011 11001110 1100000 10101

Color Harmonies of #023C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023C68

Black with #023C68

Text Example


Text Example

White with #023C68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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