Html Css Color HEX #02386F Prussian Blue

📋 copy color: '#02386F'

red 2 ◦ green 56 ◦ blue 111

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

Shades of Prussian Blue #02386F

Tints of Prussian Blue #02386F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 33.14%

 BLUE value IS 111 (43.75% from 255) = 65.68%

R = 1.18%
G = 33.14%
B = 65.68%

CMYK

 C value IS 0.98

 M value IS 0.50

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#02386F (or 0x02386F) is known color: Prussian Blue. HEX triplet: 02, 38 and 6F. RGB value is (2,56,111). Sum of RGB (Red+Green+Blue) = 2+56+111=169 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 169); Green value is 56 (22.27% from 255 or 33.14% from 169); Blue value is 111 (43.75% from 255 or 65.68% from 169); Max value from RGB is 111 - color contains mainly: blue. Hex color #02386F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02386F is #FDC790. Grayscale: #2D2D2D. Windows color (decimal): -16631697 or 7288834. OLE color: 7288834.

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

Color convert

RGB 2 56 111 -
CMYK 0.98 0.50 0 0.56
HSL 210.28º 0.96% 0.22% -
HSV(B) 210.28º 0.98% 0.44% -
XYZ 4.31 3.99 15.58 -
YUV 46.12 164.61 96.53 -
System Red Green Blue C M Y K H S L
Decimal 2 56 111 0.98 0.50 0 0.56 210.28 0.96 0.22
Hex 2 38 6F 62 32 0 38 D2 60 16
Octal 2 70 157 142 62 0 70 322 140 26
Binary 10 111000 1101111 1100010 110010 0 111000 11010010 1100000 10110

Color Harmonies of #02386F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02386F

Black with #02386F

Text Example


Text Example

White with #02386F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02386F; }

 p { color: rgb(2,56,111); }

 H1.HeaderClassName
 {
   color: #02386F;
 }
 .AnyTagClassName
 {
   color: #02386F;
 }
</style>

background-color css

<style>
 a { background-color: #02386F; }

 a { background-color: rgb(2,56,111); }

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

border-color css

<style>
 span { border-color: #02386F; }

 span { border-color: rgb(2,56,111); }

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