Html Css Color HEX #023E5A Prussian Blue

📋 copy color: '#023E5A'

red 2 ◦ green 62 ◦ blue 90

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

Shades of Prussian Blue #023E5A

Tints of Prussian Blue #023E5A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 40.26%

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

R = 1.3%
G = 40.26%
B = 58.44%

CMYK

 C value IS 0.98

 M value IS 0.31

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#023E5A (or 0x023E5A) is known color: Prussian Blue. HEX triplet: 02, 3E and 5A. RGB value is (2,62,90). Sum of RGB (Red+Green+Blue) = 2+62+90=154 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.30% from 154); Green value is 62 (24.61% from 255 or 40.26% from 154); Blue value is 90 (35.55% from 255 or 58.44% from 154); Max value from RGB is 90 - color contains mainly: blue. Hex color #023E5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023E5A is #FDC1A5. Grayscale: #2F2F2F. Windows color (decimal): -16630182 or 5914114. OLE color: 5914114.

HSL color Cylindrical-coordinate representation of color #023E5A: hue angle of 199.09º 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 #023E5A is Cyan = 0.98, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 2 62 90 -
CMYK 0.98 0.31 0 0.65
HSL 199.09º 0.96% 0.18% -
HSV(B) 199.09º 0.98% 0.35% -
XYZ 3.59 4.2 10.29 -
YUV 47.25 152.12 95.72 -
System Red Green Blue C M Y K H S L
Decimal 2 62 90 0.98 0.31 0 0.65 199.09 0.96 0.18
Hex 2 3E 5A 62 1F 0 41 C7 60 12
Octal 2 76 132 142 37 0 101 307 140 22
Binary 10 111110 1011010 1100010 11111 0 1000001 11000111 1100000 10010

Color Harmonies of #023E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023E5A

Black with #023E5A

Text Example


Text Example

White with #023E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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