Html Css Color HEX #0263EE Navy Blue

📋 copy color: '#0263EE'

red 2 ◦ green 99 ◦ blue 238

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

Shades of Navy Blue #0263EE

Tints of Navy Blue #0263EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 70.21%

R = 0.59%
G = 29.2%
B = 70.21%

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

#0263EE (or 0x0263EE) is known color: Navy Blue. HEX triplet: 02, 63 and EE. RGB value is (2,99,238). Sum of RGB (Red+Green+Blue) = 2+99+238=339 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 339); Green value is 99 (39.06% from 255 or 29.20% from 339); Blue value is 238 (93.36% from 255 or 70.21% from 339); Max value from RGB is 238 - color contains mainly: blue. Hex color #0263EE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0263EE is #FD9C11. Grayscale: #555555. Windows color (decimal): -16620562 or 15622914. OLE color: 15622914.

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

Color convert

RGB 2 99 238 -
CMYK 0.99 0.58 0 0.07
HSL 215.34º 0.98% 0.47% -
HSV(B) 215.34º 0.99% 0.93% -
XYZ 19.92 15.11 82.76 -
YUV 85.84 213.86 68.2 -
System Red Green Blue C M Y K H S L
Decimal 2 99 238 0.99 0.58 0 0.07 215.34 0.98 0.47
Hex 2 63 EE 63 3A 0 7 D7 62 2F
Octal 2 143 356 143 72 0 7 327 142 57
Binary 10 1100011 11101110 1100011 111010 0 111 11010111 1100010 101111

Color Harmonies of #0263EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0263EE

Black with #0263EE

Text Example


Text Example

White with #0263EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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