Html Css Color HEX #0263EC Navy Blue

📋 copy color: '#0263EC'

red 2 ◦ green 99 ◦ blue 236

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

Shades of Navy Blue #0263EC

Tints of Navy Blue #0263EC

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.38%

 BLUE value IS 236 (92.58% from 255) = 70.03%

R = 0.59%
G = 29.38%
B = 70.03%

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

#0263EC (or 0x0263EC) is known color: Navy Blue. HEX triplet: 02, 63 and EC. RGB value is (2,99,236). Sum of RGB (Red+Green+Blue) = 2+99+236=337 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 337); Green value is 99 (39.06% from 255 or 29.38% from 337); Blue value is 236 (92.58% from 255 or 70.03% from 337); Max value from RGB is 236 - color contains mainly: blue. Hex color #0263EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0263EC is #FD9C13. Grayscale: #545454. Windows color (decimal): -16620564 or 15491842. OLE color: 15491842.

HSL color Cylindrical-coordinate representation of color #0263EC: hue angle of 215.13º 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 #0263EC is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 2 99 236 -
CMYK 0.99 0.58 0 0.07
HSL 215.13º 0.98% 0.47% -
HSV(B) 215.13º 0.99% 0.93% -
XYZ 19.63 14.99 81.22 -
YUV 85.62 212.86 68.36 -
System Red Green Blue C M Y K H S L
Decimal 2 99 236 0.99 0.58 0 0.07 215.13 0.98 0.47
Hex 2 63 EC 63 3A 0 7 D7 62 2F
Octal 2 143 354 143 72 0 7 327 142 57
Binary 10 1100011 11101100 1100011 111010 0 111 11010111 1100010 101111

Color Harmonies of #0263EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0263EC

Black with #0263EC

Text Example


Text Example

White with #0263EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0263EC; }

 p { color: rgb(2,99,236); }

 H1.HeaderClassName
 {
   color: #0263EC;
 }
 .AnyTagClassName
 {
   color: #0263EC;
 }
</style>

background-color css

<style>
 a { background-color: #0263EC; }

 a { background-color: rgb(2,99,236); }

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

border-color css

<style>
 span { border-color: #0263EC; }

 span { border-color: rgb(2,99,236); }

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