Html Css Color HEX #02306D Prussian Blue

📋 copy color: '#02306D'

red 2 ◦ green 48 ◦ blue 109

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

Shades of Prussian Blue #02306D

Tints of Prussian Blue #02306D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 68.55%

R = 1.26%
G = 30.19%
B = 68.55%

CMYK

 C value IS 0.98

 M value IS 0.56

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#02306D (or 0x02306D) is known color: Prussian Blue. HEX triplet: 02, 30 and 6D. RGB value is (2,48,109). Sum of RGB (Red+Green+Blue) = 2+48+109=159 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.26% from 159); Green value is 48 (19.14% from 255 or 30.19% from 159); Blue value is 109 (42.97% from 255 or 68.55% from 159); Max value from RGB is 109 - color contains mainly: blue. Hex color #02306D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02306D is #FDCF92. Grayscale: #282828. Windows color (decimal): -16633747 or 7155714. OLE color: 7155714.

HSL color Cylindrical-coordinate representation of color #02306D: hue angle of 214.21º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02306D is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 2 48 109 -
CMYK 0.98 0.56 0 0.57
HSL 214.21º 0.96% 0.22% -
HSV(B) 214.21º 0.98% 0.43% -
XYZ 3.84 3.23 14.89 -
YUV 41.2 166.26 100.04 -
System Red Green Blue C M Y K H S L
Decimal 2 48 109 0.98 0.56 0 0.57 214.21 0.96 0.22
Hex 2 30 6D 62 38 0 39 D6 60 16
Octal 2 60 155 142 70 0 71 326 140 26
Binary 10 110000 1101101 1100010 111000 0 111001 11010110 1100000 10110

Color Harmonies of #02306D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02306D

Black with #02306D

Text Example


Text Example

White with #02306D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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