Html Css Color HEX #0263CB Navy Blue

📋 copy color: '#0263CB'

red 2 ◦ green 99 ◦ blue 203

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

Shades of Navy Blue #0263CB

Tints of Navy Blue #0263CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 66.78%

R = 0.66%
G = 32.57%
B = 66.78%

CMYK

 C value IS 0.99

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0263CB (or 0x0263CB) is known color: Navy Blue. HEX triplet: 02, 63 and CB. RGB value is (2,99,203). Sum of RGB (Red+Green+Blue) = 2+99+203=304 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 304); Green value is 99 (39.06% from 255 or 32.57% from 304); Blue value is 203 (79.69% from 255 or 66.78% from 304); Max value from RGB is 203 - color contains mainly: blue. Hex color #0263CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0263CB is #FD9C34. Grayscale: #515151. Windows color (decimal): -16620597 or 13329154. OLE color: 13329154.

HSL color Cylindrical-coordinate representation of color #0263CB: hue angle of 211.04º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0263CB is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 2 99 203 -
CMYK 0.99 0.51 0 0.20
HSL 211.04º 0.98% 0.4% -
HSV(B) 211.04º 0.99% 0.8% -
XYZ 15.27 13.25 58.25 -
YUV 81.85 196.36 71.04 -
System Red Green Blue C M Y K H S L
Decimal 2 99 203 0.99 0.51 0 0.20 211.04 0.98 0.4
Hex 2 63 CB 63 33 0 14 D3 62 28
Octal 2 143 313 143 63 0 24 323 142 50
Binary 10 1100011 11001011 1100011 110011 0 10100 11010011 1100010 101000

Color Harmonies of #0263CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0263CB

Black with #0263CB

Text Example


Text Example

White with #0263CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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