Html Css Color HEX #0263ED Navy Blue

📋 copy color: '#0263ED'

red 2 ◦ green 99 ◦ blue 237

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

Shades of Navy Blue #0263ED

Tints of Navy Blue #0263ED

RGB

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

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

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

R = 0.59%
G = 29.29%
B = 70.12%

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

#0263ED (or 0x0263ED) is known color: Navy Blue. HEX triplet: 02, 63 and ED. RGB value is (2,99,237). Sum of RGB (Red+Green+Blue) = 2+99+237=338 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 338); Green value is 99 (39.06% from 255 or 29.29% from 338); Blue value is 237 (92.97% from 255 or 70.12% from 338); Max value from RGB is 237 - color contains mainly: blue. Hex color #0263ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0263ED is #FD9C12. Grayscale: #555555. Windows color (decimal): -16620563 or 15557378. OLE color: 15557378.

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

Color convert

RGB 2 99 237 -
CMYK 0.99 0.58 0 0.07
HSL 215.23º 0.98% 0.47% -
HSV(B) 215.23º 0.99% 0.93% -
XYZ 19.77 15.05 81.98 -
YUV 85.73 213.36 68.28 -
System Red Green Blue C M Y K H S L
Decimal 2 99 237 0.99 0.58 0 0.07 215.23 0.98 0.47
Hex 2 63 ED 63 3A 0 7 D7 62 2F
Octal 2 143 355 143 72 0 7 327 142 57
Binary 10 1100011 11101101 1100011 111010 0 111 11010111 1100010 101111

Color Harmonies of #0263ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0263ED

Black with #0263ED

Text Example


Text Example

White with #0263ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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