Html Css Color HEX #02375D Prussian Blue

📋 copy color: '#02375D'

red 2 ◦ green 55 ◦ blue 93

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

Shades of Prussian Blue #02375D

Tints of Prussian Blue #02375D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 62%

R = 1.33%
G = 36.67%
B = 62%

CMYK

 C value IS 0.98

 M value IS 0.41

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#02375D (or 0x02375D) is known color: Prussian Blue. HEX triplet: 02, 37 and 5D. RGB value is (2,55,93). Sum of RGB (Red+Green+Blue) = 2+55+93=150 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.33% from 150); Green value is 55 (21.88% from 255 or 36.67% from 150); Blue value is 93 (36.72% from 255 or 62% from 150); Max value from RGB is 93 - color contains mainly: blue. Hex color #02375D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02375D is #FDC8A2. Grayscale: #2B2B2B. Windows color (decimal): -16631971 or 6108930. OLE color: 6108930.

HSL color Cylindrical-coordinate representation of color #02375D: hue angle of 205.05º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02375D is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 2 55 93 -
CMYK 0.98 0.41 0 0.64
HSL 205.05º 0.96% 0.19% -
HSV(B) 205.05º 0.98% 0.36% -
XYZ 3.37 3.54 10.86 -
YUV 43.49 155.94 98.41 -
System Red Green Blue C M Y K H S L
Decimal 2 55 93 0.98 0.41 0 0.64 205.05 0.96 0.19
Hex 2 37 5D 62 29 0 40 CD 60 13
Octal 2 67 135 142 51 0 100 315 140 23
Binary 10 110111 1011101 1100010 101001 0 1000000 11001101 1100000 10011

Color Harmonies of #02375D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02375D

Black with #02375D

Text Example


Text Example

White with #02375D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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