Html Css Color HEX #023076 Prussian Blue

📋 copy color: '#023076'

red 2 ◦ green 48 ◦ blue 118

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

Shades of Prussian Blue #023076

Tints of Prussian Blue #023076

RGB

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

 GREEN value IS 48 (19.14% from 255) = 28.57%

 BLUE value IS 118 (46.48% from 255) = 70.24%

R = 1.19%
G = 28.57%
B = 70.24%

CMYK

 C value IS 0.98

 M value IS 0.59

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#023076 (or 0x023076) is known color: Prussian Blue. HEX triplet: 02, 30 and 76. RGB value is (2,48,118). Sum of RGB (Red+Green+Blue) = 2+48+118=168 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.19% from 168); Green value is 48 (19.14% from 255 or 28.57% from 168); Blue value is 118 (46.48% from 255 or 70.24% from 168); Max value from RGB is 118 - color contains mainly: blue. Hex color #023076 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023076 is #FDCF89. Grayscale: #292929. Windows color (decimal): -16633738 or 7745538. OLE color: 7745538.

HSL color Cylindrical-coordinate representation of color #023076: hue angle of 216.21º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023076 is Cyan = 0.98, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 2 48 118 -
CMYK 0.98 0.59 0 0.54
HSL 216.21º 0.97% 0.24% -
HSV(B) 216.21º 0.98% 0.46% -
XYZ 4.35 3.43 17.57 -
YUV 42.23 170.76 99.31 -
System Red Green Blue C M Y K H S L
Decimal 2 48 118 0.98 0.59 0 0.54 216.21 0.97 0.24
Hex 2 30 76 62 3B 0 36 D8 61 18
Octal 2 60 166 142 73 0 66 330 141 30
Binary 10 110000 1110110 1100010 111011 0 110110 11011000 1100001 11000

Color Harmonies of #023076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023076

Black with #023076

Text Example


Text Example

White with #023076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023076; }

 p { color: rgb(2,48,118); }

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

background-color css

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

 a { background-color: rgb(2,48,118); }

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

border-color css

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

 span { border-color: rgb(2,48,118); }

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