Html Css Color HEX #02396A Prussian Blue

📋 copy color: '#02396A'

red 2 ◦ green 57 ◦ blue 106

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

Shades of Prussian Blue #02396A

Tints of Prussian Blue #02396A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 34.55%

 BLUE value IS 106 (41.8% from 255) = 64.24%

R = 1.21%
G = 34.55%
B = 64.24%

CMYK

 C value IS 0.98

 M value IS 0.46

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#02396A (or 0x02396A) is known color: Prussian Blue. HEX triplet: 02, 39 and 6A. RGB value is (2,57,106). Sum of RGB (Red+Green+Blue) = 2+57+106=165 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.21% from 165); Green value is 57 (22.66% from 255 or 34.55% from 165); Blue value is 106 (41.80% from 255 or 64.24% from 165); Max value from RGB is 106 - color contains mainly: blue. Hex color #02396A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02396A is #FDC695. Grayscale: #2D2D2D. Windows color (decimal): -16631446 or 6961410. OLE color: 6961410.

HSL color Cylindrical-coordinate representation of color #02396A: hue angle of 208.27º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02396A is Cyan = 0.98, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 2 57 106 -
CMYK 0.98 0.46 0 0.58
HSL 208.27º 0.96% 0.21% -
HSV(B) 208.27º 0.98% 0.42% -
XYZ 4.09 3.98 14.19 -
YUV 46.14 161.78 96.52 -
System Red Green Blue C M Y K H S L
Decimal 2 57 106 0.98 0.46 0 0.58 208.27 0.96 0.21
Hex 2 39 6A 62 2E 0 3A D0 60 15
Octal 2 71 152 142 56 0 72 320 140 25
Binary 10 111001 1101010 1100010 101110 0 111010 11010000 1100000 10101

Color Harmonies of #02396A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02396A

Black with #02396A

Text Example


Text Example

White with #02396A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,57,106); }

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

background-color css

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

 a { background-color: rgb(2,57,106); }

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

border-color css

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

 span { border-color: rgb(2,57,106); }

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