Html Css Color HEX #0263EF Navy Blue

📋 copy color: '#0263EF'

red 2 ◦ green 99 ◦ blue 239

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

Shades of Navy Blue #0263EF

Tints of Navy Blue #0263EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 70.29%

R = 0.59%
G = 29.12%
B = 70.29%

CMYK

 C value IS 0.99

 M value IS 0.59

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0263EF (or 0x0263EF) is known color: Navy Blue. HEX triplet: 02, 63 and EF. RGB value is (2,99,239). Sum of RGB (Red+Green+Blue) = 2+99+239=340 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 340); Green value is 99 (39.06% from 255 or 29.12% from 340); Blue value is 239 (93.75% from 255 or 70.29% from 340); Max value from RGB is 239 - color contains mainly: blue. Hex color #0263EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0263EF is #FD9C10. Grayscale: #555555. Windows color (decimal): -16620561 or 15688450. OLE color: 15688450.

HSL color Cylindrical-coordinate representation of color #0263EF: hue angle of 215.44º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0263EF is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 2 99 239 -
CMYK 0.99 0.59 0 0.06
HSL 215.44º 0.98% 0.47% -
HSV(B) 215.44º 0.99% 0.94% -
XYZ 20.07 15.17 83.53 -
YUV 85.96 214.36 68.12 -
System Red Green Blue C M Y K H S L
Decimal 2 99 239 0.99 0.59 0 0.06 215.44 0.98 0.47
Hex 2 63 EF 63 3B 0 6 D7 62 2F
Octal 2 143 357 143 73 0 6 327 142 57
Binary 10 1100011 11101111 1100011 111011 0 110 11010111 1100010 101111

Color Harmonies of #0263EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0263EF

Black with #0263EF

Text Example


Text Example

White with #0263EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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