Html Css Color HEX #0264DE Navy Blue

📋 copy color: '#0264DE'

red 2 ◦ green 100 ◦ blue 222

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

Shades of Navy Blue #0264DE

Tints of Navy Blue #0264DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 68.52%

R = 0.62%
G = 30.86%
B = 68.52%

CMYK

 C value IS 0.99

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0264DE (or 0x0264DE) is known color: Navy Blue. HEX triplet: 02, 64 and DE. RGB value is (2,100,222). Sum of RGB (Red+Green+Blue) = 2+100+222=324 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 324); Green value is 100 (39.45% from 255 or 30.86% from 324); Blue value is 222 (87.11% from 255 or 68.52% from 324); Max value from RGB is 222 - color contains mainly: blue. Hex color #0264DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0264DE is #FD9B21. Grayscale: #545454. Windows color (decimal): -16620322 or 14574594. OLE color: 14574594.

HSL color Cylindrical-coordinate representation of color #0264DE: hue angle of 213.27º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0264DE is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 2 100 222 -
CMYK 0.99 0.55 0 0.13
HSL 213.27º 0.98% 0.44% -
HSV(B) 213.27º 0.99% 0.87% -
XYZ 17.77 14.4 70.95 -
YUV 84.61 205.53 69.08 -
System Red Green Blue C M Y K H S L
Decimal 2 100 222 0.99 0.55 0 0.13 213.27 0.98 0.44
Hex 2 64 DE 63 37 0 D D5 62 2C
Octal 2 144 336 143 67 0 15 325 142 54
Binary 10 1100100 11011110 1100011 110111 0 1101 11010101 1100010 101100

Color Harmonies of #0264DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0264DE

Black with #0264DE

Text Example


Text Example

White with #0264DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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