Html Css Color HEX #023975 Prussian Blue

📋 copy color: '#023975'

red 2 ◦ green 57 ◦ blue 117

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

Shades of Prussian Blue #023975

Tints of Prussian Blue #023975

RGB

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

 GREEN value IS 57 (22.66% from 255) = 32.39%

 BLUE value IS 117 (46.09% from 255) = 66.48%

R = 1.14%
G = 32.39%
B = 66.48%

CMYK

 C value IS 0.98

 M value IS 0.51

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#023975 (or 0x023975) is known color: Prussian Blue. HEX triplet: 02, 39 and 75. RGB value is (2,57,117). Sum of RGB (Red+Green+Blue) = 2+57+117=176 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.14% from 176); Green value is 57 (22.66% from 255 or 32.39% from 176); Blue value is 117 (46.09% from 255 or 66.48% from 176); Max value from RGB is 117 - color contains mainly: blue. Hex color #023975 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023975 is #FDC68A. Grayscale: #2F2F2F. Windows color (decimal): -16631435 or 7682306. OLE color: 7682306.

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

Color convert

RGB 2 57 117 -
CMYK 0.98 0.51 0 0.54
HSL 211.3º 0.97% 0.23% -
HSV(B) 211.3º 0.98% 0.46% -
XYZ 4.7 4.22 17.4 -
YUV 47.4 167.28 95.62 -
System Red Green Blue C M Y K H S L
Decimal 2 57 117 0.98 0.51 0 0.54 211.3 0.97 0.23
Hex 2 39 75 62 33 0 36 D3 61 17
Octal 2 71 165 142 63 0 66 323 141 27
Binary 10 111001 1110101 1100010 110011 0 110110 11010011 1100001 10111

Color Harmonies of #023975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023975

Black with #023975

Text Example


Text Example

White with #023975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023975; }

 p { color: rgb(2,57,117); }

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

background-color css

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

 a { background-color: rgb(2,57,117); }

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

border-color css

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

 span { border-color: rgb(2,57,117); }

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