Html Css Color HEX #0263DB Navy Blue

📋 copy color: '#0263DB'

red 2 ◦ green 99 ◦ blue 219

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

Shades of Navy Blue #0263DB

Tints of Navy Blue #0263DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 68.44%

R = 0.63%
G = 30.94%
B = 68.44%

CMYK

 C value IS 0.99

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0263DB (or 0x0263DB) is known color: Navy Blue. HEX triplet: 02, 63 and DB. RGB value is (2,99,219). Sum of RGB (Red+Green+Blue) = 2+99+219=320 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 320); Green value is 99 (39.06% from 255 or 30.94% from 320); Blue value is 219 (85.94% from 255 or 68.44% from 320); Max value from RGB is 219 - color contains mainly: blue. Hex color #0263DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0263DB is #FD9C24. Grayscale: #535353. Windows color (decimal): -16620581 or 14377730. OLE color: 14377730.

HSL color Cylindrical-coordinate representation of color #0263DB: hue angle of 213.18º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0263DB is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 2 99 219 -
CMYK 0.99 0.55 0 0.14
HSL 213.18º 0.98% 0.43% -
HSV(B) 213.18º 0.99% 0.86% -
XYZ 17.27 14.05 68.82 -
YUV 83.68 204.36 69.74 -
System Red Green Blue C M Y K H S L
Decimal 2 99 219 0.99 0.55 0 0.14 213.18 0.98 0.43
Hex 2 63 DB 63 37 0 E D5 62 2B
Octal 2 143 333 143 67 0 16 325 142 53
Binary 10 1100011 11011011 1100011 110111 0 1110 11010101 1100010 101011

Color Harmonies of #0263DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0263DB

Black with #0263DB

Text Example


Text Example

White with #0263DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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