Html Css Color HEX #0264ED Navy Blue

📋 copy color: '#0264ED'

red 2 ◦ green 100 ◦ blue 237

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

Shades of Navy Blue #0264ED

Tints of Navy Blue #0264ED

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.5%

 BLUE value IS 237 (92.97% from 255) = 69.91%

R = 0.59%
G = 29.5%
B = 69.91%

CMYK

 C value IS 0.99

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0264ED (or 0x0264ED) is known color: Navy Blue. HEX triplet: 02, 64 and ED. RGB value is (2,100,237). Sum of RGB (Red+Green+Blue) = 2+100+237=339 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 339); Green value is 100 (39.45% from 255 or 29.50% from 339); Blue value is 237 (92.97% from 255 or 69.91% from 339); Max value from RGB is 237 - color contains mainly: blue. Hex color #0264ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0264ED is #FD9B12. Grayscale: #555555. Windows color (decimal): -16620307 or 15557634. OLE color: 15557634.

HSL color Cylindrical-coordinate representation of color #0264ED: hue angle of 214.98º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0264ED is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 2 100 237 -
CMYK 0.99 0.58 0 0.07
HSL 214.98º 0.98% 0.47% -
HSV(B) 214.98º 0.99% 0.93% -
XYZ 19.87 15.24 82.02 -
YUV 86.32 213.03 67.86 -
System Red Green Blue C M Y K H S L
Decimal 2 100 237 0.99 0.58 0 0.07 214.98 0.98 0.47
Hex 2 64 ED 63 3A 0 7 D7 62 2F
Octal 2 144 355 143 72 0 7 327 142 57
Binary 10 1100100 11101101 1100011 111010 0 111 11010111 1100010 101111

Color Harmonies of #0264ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0264ED

Black with #0264ED

Text Example


Text Example

White with #0264ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0264ED; }

 p { color: rgb(2,100,237); }

 H1.HeaderClassName
 {
   color: #0264ED;
 }
 .AnyTagClassName
 {
   color: #0264ED;
 }
</style>

background-color css

<style>
 a { background-color: #0264ED; }

 a { background-color: rgb(2,100,237); }

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

border-color css

<style>
 span { border-color: #0264ED; }

 span { border-color: rgb(2,100,237); }

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