Html Css Color HEX #0263EB Navy Blue

📋 copy color: '#0263EB'

red 2 ◦ green 99 ◦ blue 235

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

Shades of Navy Blue #0263EB

Tints of Navy Blue #0263EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 69.94%

R = 0.6%
G = 29.46%
B = 69.94%

CMYK

 C value IS 0.99

 M value IS 0.58

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0263EB (or 0x0263EB) is known color: Navy Blue. HEX triplet: 02, 63 and EB. RGB value is (2,99,235). Sum of RGB (Red+Green+Blue) = 2+99+235=336 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 336); Green value is 99 (39.06% from 255 or 29.46% from 336); Blue value is 235 (92.19% from 255 or 69.94% from 336); Max value from RGB is 235 - color contains mainly: blue. Hex color #0263EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0263EB is #FD9C14. Grayscale: #545454. Windows color (decimal): -16620565 or 15426306. OLE color: 15426306.

HSL color Cylindrical-coordinate representation of color #0263EB: hue angle of 215.02º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0263EB is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 2 99 235 -
CMYK 0.99 0.58 0 0.08
HSL 215.02º 0.98% 0.46% -
HSV(B) 215.02º 0.99% 0.92% -
XYZ 19.48 14.93 80.45 -
YUV 85.5 212.36 68.44 -
System Red Green Blue C M Y K H S L
Decimal 2 99 235 0.99 0.58 0 0.08 215.02 0.98 0.46
Hex 2 63 EB 63 3A 0 8 D7 62 2E
Octal 2 143 353 143 72 0 10 327 142 56
Binary 10 1100011 11101011 1100011 111010 0 1000 11010111 1100010 101110

Color Harmonies of #0263EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0263EB

Black with #0263EB

Text Example


Text Example

White with #0263EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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