Html Css Color HEX #023875 Prussian Blue

📋 copy color: '#023875'

red 2 ◦ green 56 ◦ blue 117

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

Shades of Prussian Blue #023875

Tints of Prussian Blue #023875

RGB

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

 GREEN value IS 56 (22.27% from 255) = 32%

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

R = 1.14%
G = 32%
B = 66.86%

CMYK

 C value IS 0.98

 M value IS 0.52

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#023875 (or 0x023875) is known color: Prussian Blue. HEX triplet: 02, 38 and 75. RGB value is (2,56,117). Sum of RGB (Red+Green+Blue) = 2+56+117=175 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.14% from 175); Green value is 56 (22.27% from 255 or 32% from 175); Blue value is 117 (46.09% from 255 or 66.86% from 175); Max value from RGB is 117 - color contains mainly: blue. Hex color #023875 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023875 is #FDC78A. Grayscale: #2E2E2E. Windows color (decimal): -16631691 or 7682050. OLE color: 7682050.

HSL color Cylindrical-coordinate representation of color #023875: hue angle of 211.83º 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 #023875 is Cyan = 0.98, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 2 56 117 -
CMYK 0.98 0.52 0 0.54
HSL 211.83º 0.97% 0.23% -
HSV(B) 211.83º 0.98% 0.46% -
XYZ 4.65 4.13 17.38 -
YUV 46.81 167.61 96.04 -
System Red Green Blue C M Y K H S L
Decimal 2 56 117 0.98 0.52 0 0.54 211.83 0.97 0.23
Hex 2 38 75 62 34 0 36 D4 61 17
Octal 2 70 165 142 64 0 66 324 141 27
Binary 10 111000 1110101 1100010 110100 0 110110 11010100 1100001 10111

Color Harmonies of #023875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023875

Black with #023875

Text Example


Text Example

White with #023875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023875; }

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

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

background-color css

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

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

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

border-color css

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

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

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