Html Css Color HEX #023D66 Prussian Blue

📋 copy color: '#023D66'

red 2 ◦ green 61 ◦ blue 102

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

Shades of Prussian Blue #023D66

Tints of Prussian Blue #023D66

RGB

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

 GREEN value IS 61 (24.22% from 255) = 36.97%

 BLUE value IS 102 (40.23% from 255) = 61.82%

R = 1.21%
G = 36.97%
B = 61.82%

CMYK

 C value IS 0.98

 M value IS 0.40

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#023D66 (or 0x023D66) is known color: Prussian Blue. HEX triplet: 02, 3D and 66. RGB value is (2,61,102). Sum of RGB (Red+Green+Blue) = 2+61+102=165 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.21% from 165); Green value is 61 (24.22% from 255 or 36.97% from 165); Blue value is 102 (40.23% from 255 or 61.82% from 165); Max value from RGB is 102 - color contains mainly: blue. Hex color #023D66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023D66 is #FDC299. Grayscale: #2F2F2F. Windows color (decimal): -16630426 or 6700290. OLE color: 6700290.

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

Color convert

RGB 2 61 102 -
CMYK 0.98 0.40 0 0.6
HSL 204.6º 0.96% 0.2% -
HSV(B) 204.6º 0.98% 0.4% -
XYZ 4.09 4.31 13.19 -
YUV 48.03 158.45 95.17 -
System Red Green Blue C M Y K H S L
Decimal 2 61 102 0.98 0.40 0 0.6 204.6 0.96 0.2
Hex 2 3D 66 62 28 0 3C CD 60 14
Octal 2 75 146 142 50 0 74 315 140 24
Binary 10 111101 1100110 1100010 101000 0 111100 11001101 1100000 10100

Color Harmonies of #023D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023D66

Black with #023D66

Text Example


Text Example

White with #023D66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,61,102); }

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

background-color css

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

 a { background-color: rgb(2,61,102); }

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

border-color css

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

 span { border-color: rgb(2,61,102); }

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