Html Css Color HEX #023D5A Prussian Blue

📋 copy color: '#023D5A'

red 2 ◦ green 61 ◦ blue 90

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

Shades of Prussian Blue #023D5A

Tints of Prussian Blue #023D5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 58.82%

R = 1.31%
G = 39.87%
B = 58.82%

CMYK

 C value IS 0.98

 M value IS 0.32

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#023D5A (or 0x023D5A) is known color: Prussian Blue. HEX triplet: 02, 3D and 5A. RGB value is (2,61,90). Sum of RGB (Red+Green+Blue) = 2+61+90=153 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.31% from 153); Green value is 61 (24.22% from 255 or 39.87% from 153); Blue value is 90 (35.55% from 255 or 58.82% from 153); Max value from RGB is 90 - color contains mainly: blue. Hex color #023D5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023D5A is #FDC2A5. Grayscale: #2E2E2E. Windows color (decimal): -16630438 or 5913858. OLE color: 5913858.

HSL color Cylindrical-coordinate representation of color #023D5A: hue angle of 199.77º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023D5A is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 2 61 90 -
CMYK 0.98 0.32 0 0.65
HSL 199.77º 0.96% 0.18% -
HSV(B) 199.77º 0.98% 0.35% -
XYZ 3.54 4.09 10.28 -
YUV 46.67 152.45 96.14 -
System Red Green Blue C M Y K H S L
Decimal 2 61 90 0.98 0.32 0 0.65 199.77 0.96 0.18
Hex 2 3D 5A 62 20 0 41 C8 60 12
Octal 2 75 132 142 40 0 101 310 140 22
Binary 10 111101 1011010 1100010 100000 0 1000001 11001000 1100000 10010

Color Harmonies of #023D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023D5A

Black with #023D5A

Text Example


Text Example

White with #023D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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