Html Css Color HEX #023060 Prussian Blue

📋 copy color: '#023060'

red 2 ◦ green 48 ◦ blue 96

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

Shades of Prussian Blue #023060

Tints of Prussian Blue #023060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 65.75%

R = 1.37%
G = 32.88%
B = 65.75%

CMYK

 C value IS 0.98

 M value IS 0.50

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#023060 (or 0x023060) is known color: Prussian Blue. HEX triplet: 02, 30 and 60. RGB value is (2,48,96). Sum of RGB (Red+Green+Blue) = 2+48+96=146 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.37% from 146); Green value is 48 (19.14% from 255 or 32.88% from 146); Blue value is 96 (37.89% from 255 or 65.75% from 146); Max value from RGB is 96 - color contains mainly: blue. Hex color #023060 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023060 is #FDCF9F. Grayscale: #272727. Windows color (decimal): -16633760 or 6303746. OLE color: 6303746.

HSL color Cylindrical-coordinate representation of color #023060: hue angle of 210.64º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023060 is Cyan = 0.98, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 2 48 96 -
CMYK 0.98 0.50 0 0.62
HSL 210.64º 0.96% 0.19% -
HSV(B) 210.64º 0.98% 0.38% -
XYZ 3.19 2.97 11.47 -
YUV 39.72 159.76 101.1 -
System Red Green Blue C M Y K H S L
Decimal 2 48 96 0.98 0.50 0 0.62 210.64 0.96 0.19
Hex 2 30 60 62 32 0 3E D3 60 13
Octal 2 60 140 142 62 0 76 323 140 23
Binary 10 110000 1100000 1100010 110010 0 111110 11010011 1100000 10011

Color Harmonies of #023060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023060

Black with #023060

Text Example


Text Example

White with #023060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023060; }

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

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

background-color css

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

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

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

border-color css

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

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

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