Html Css Color HEX #02416B Prussian Blue

📋 copy color: '#02416B'

red 2 ◦ green 65 ◦ blue 107

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

Shades of Prussian Blue #02416B

Tints of Prussian Blue #02416B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 37.36%

 BLUE value IS 107 (42.19% from 255) = 61.49%

R = 1.15%
G = 37.36%
B = 61.49%

CMYK

 C value IS 0.98

 M value IS 0.39

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#02416B (or 0x02416B) is known color: Prussian Blue. HEX triplet: 02, 41 and 6B. RGB value is (2,65,107). Sum of RGB (Red+Green+Blue) = 2+65+107=174 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.15% from 174); Green value is 65 (25.78% from 255 or 37.36% from 174); Blue value is 107 (42.19% from 255 or 61.49% from 174); Max value from RGB is 107 - color contains mainly: blue. Hex color #02416B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02416B is #FDBE94. Grayscale: #323232. Windows color (decimal): -16629397 or 7028994. OLE color: 7028994.

HSL color Cylindrical-coordinate representation of color #02416B: hue angle of 204º 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 #02416B is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 2 65 107 -
CMYK 0.98 0.39 0 0.58
HSL 204º 0.96% 0.21% -
HSV(B) 204º 0.98% 0.42% -
XYZ 4.57 4.86 14.61 -
YUV 50.95 159.63 93.08 -
System Red Green Blue C M Y K H S L
Decimal 2 65 107 0.98 0.39 0 0.58 204 0.96 0.21
Hex 2 41 6B 62 27 0 3A CC 60 15
Octal 2 101 153 142 47 0 72 314 140 25
Binary 10 1000001 1101011 1100010 100111 0 111010 11001100 1100000 10101

Color Harmonies of #02416B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02416B

Black with #02416B

Text Example


Text Example

White with #02416B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02416B; }

 p { color: rgb(2,65,107); }

 H1.HeaderClassName
 {
   color: #02416B;
 }
 .AnyTagClassName
 {
   color: #02416B;
 }
</style>

background-color css

<style>
 a { background-color: #02416B; }

 a { background-color: rgb(2,65,107); }

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

border-color css

<style>
 span { border-color: #02416B; }

 span { border-color: rgb(2,65,107); }

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