Html Css Color HEX #02375A Prussian Blue

📋 copy color: '#02375A'

red 2 ◦ green 55 ◦ blue 90

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

Shades of Prussian Blue #02375A

Tints of Prussian Blue #02375A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 37.41%

 BLUE value IS 90 (35.55% from 255) = 61.22%

R = 1.36%
G = 37.41%
B = 61.22%

CMYK

 C value IS 0.98

 M value IS 0.39

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#02375A (or 0x02375A) is known color: Prussian Blue. HEX triplet: 02, 37 and 5A. RGB value is (2,55,90). Sum of RGB (Red+Green+Blue) = 2+55+90=147 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.36% from 147); Green value is 55 (21.88% from 255 or 37.41% from 147); Blue value is 90 (35.55% from 255 or 61.22% from 147); Max value from RGB is 90 - color contains mainly: blue. Hex color #02375A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02375A is #FDC8A5. Grayscale: #2A2A2A. Windows color (decimal): -16631974 or 5912322. OLE color: 5912322.

HSL color Cylindrical-coordinate representation of color #02375A: hue angle of 203.86º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02375A is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 2 55 90 -
CMYK 0.98 0.39 0 0.65
HSL 203.86º 0.96% 0.18% -
HSV(B) 203.86º 0.98% 0.35% -
XYZ 3.24 3.48 10.17 -
YUV 43.14 154.44 98.65 -
System Red Green Blue C M Y K H S L
Decimal 2 55 90 0.98 0.39 0 0.65 203.86 0.96 0.18
Hex 2 37 5A 62 27 0 41 CC 60 12
Octal 2 67 132 142 47 0 101 314 140 22
Binary 10 110111 1011010 1100010 100111 0 1000001 11001100 1100000 10010

Color Harmonies of #02375A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02375A

Black with #02375A

Text Example


Text Example

White with #02375A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02375A; }

 p { color: rgb(2,55,90); }

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

background-color css

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

 a { background-color: rgb(2,55,90); }

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

border-color css

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

 span { border-color: rgb(2,55,90); }

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