Html Css Color HEX #023872 Prussian Blue

📋 copy color: '#023872'

red 2 ◦ green 56 ◦ blue 114

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

Shades of Prussian Blue #023872

Tints of Prussian Blue #023872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 66.28%

R = 1.16%
G = 32.56%
B = 66.28%

CMYK

 C value IS 0.98

 M value IS 0.51

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#023872 (or 0x023872) is known color: Prussian Blue. HEX triplet: 02, 38 and 72. RGB value is (2,56,114). Sum of RGB (Red+Green+Blue) = 2+56+114=172 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 172); Green value is 56 (22.27% from 255 or 32.56% from 172); Blue value is 114 (44.92% from 255 or 66.28% from 172); Max value from RGB is 114 - color contains mainly: blue. Hex color #023872 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023872 is #FDC78D. Grayscale: #2E2E2E. Windows color (decimal): -16631694 or 7485442. OLE color: 7485442.

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

Color convert

RGB 2 56 114 -
CMYK 0.98 0.51 0 0.55
HSL 211.07º 0.97% 0.23% -
HSV(B) 211.07º 0.98% 0.45% -
XYZ 4.48 4.06 16.47 -
YUV 46.47 166.11 96.28 -
System Red Green Blue C M Y K H S L
Decimal 2 56 114 0.98 0.51 0 0.55 211.07 0.97 0.23
Hex 2 38 72 62 33 0 37 D3 61 17
Octal 2 70 162 142 63 0 67 323 141 27
Binary 10 111000 1110010 1100010 110011 0 110111 11010011 1100001 10111

Color Harmonies of #023872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023872

Black with #023872

Text Example


Text Example

White with #023872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023872; }

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

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

background-color css

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

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

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

border-color css

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

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

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