Html Css Color HEX #0263F0 Navy Blue

📋 copy color: '#0263F0'

red 2 ◦ green 99 ◦ blue 240

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

Shades of Navy Blue #0263F0

Tints of Navy Blue #0263F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 70.38%

R = 0.59%
G = 29.03%
B = 70.38%

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

#0263F0 (or 0x0263F0) is known color: Navy Blue. HEX triplet: 02, 63 and F0. RGB value is (2,99,240). Sum of RGB (Red+Green+Blue) = 2+99+240=341 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 341); Green value is 99 (39.06% from 255 or 29.03% from 341); Blue value is 240 (94.14% from 255 or 70.38% from 341); Max value from RGB is 240 - color contains mainly: blue. Hex color #0263F0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0263F0 is #FD9C0F. Grayscale: #555555. Windows color (decimal): -16620560 or 15753986. OLE color: 15753986.

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

Color convert

RGB 2 99 240 -
CMYK 0.99 0.59 0 0.06
HSL 215.55º 0.98% 0.47% -
HSV(B) 215.55º 0.99% 0.94% -
XYZ 20.22 15.23 84.31 -
YUV 86.07 214.86 68.04 -
System Red Green Blue C M Y K H S L
Decimal 2 99 240 0.99 0.59 0 0.06 215.55 0.98 0.47
Hex 2 63 F0 63 3B 0 6 D8 62 2F
Octal 2 143 360 143 73 0 6 330 142 57
Binary 10 1100011 11110000 1100011 111011 0 110 11011000 1100010 101111

Color Harmonies of #0263F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0263F0

Black with #0263F0

Text Example


Text Example

White with #0263F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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