Html Css Color HEX #02307C Prussian Blue

📋 copy color: '#02307C'

red 2 ◦ green 48 ◦ blue 124

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

Shades of Prussian Blue #02307C

Tints of Prussian Blue #02307C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 27.59%

 BLUE value IS 124 (48.83% from 255) = 71.26%

R = 1.15%
G = 27.59%
B = 71.26%

CMYK

 C value IS 0.98

 M value IS 0.61

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#02307C (or 0x02307C) is known color: Prussian Blue. HEX triplet: 02, 30 and 7C. RGB value is (2,48,124). Sum of RGB (Red+Green+Blue) = 2+48+124=174 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.15% from 174); Green value is 48 (19.14% from 255 or 27.59% from 174); Blue value is 124 (48.83% from 255 or 71.26% from 174); Max value from RGB is 124 - color contains mainly: blue. Hex color #02307C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02307C is #FDCF83. Grayscale: #2A2A2A. Windows color (decimal): -16633732 or 8138754. OLE color: 8138754.

HSL color Cylindrical-coordinate representation of color #02307C: hue angle of 217.38º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02307C is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 2 48 124 -
CMYK 0.98 0.61 0 0.51
HSL 217.38º 0.97% 0.25% -
HSV(B) 217.38º 0.98% 0.49% -
XYZ 4.72 3.58 19.51 -
YUV 42.91 173.76 98.82 -
System Red Green Blue C M Y K H S L
Decimal 2 48 124 0.98 0.61 0 0.51 217.38 0.97 0.25
Hex 2 30 7C 62 3D 0 33 D9 61 19
Octal 2 60 174 142 75 0 63 331 141 31
Binary 10 110000 1111100 1100010 111101 0 110011 11011001 1100001 11001

Color Harmonies of #02307C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02307C

Black with #02307C

Text Example


Text Example

White with #02307C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02307C; }

 p { color: rgb(2,48,124); }

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

background-color css

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

 a { background-color: rgb(2,48,124); }

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

border-color css

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

 span { border-color: rgb(2,48,124); }

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