Html Css Color HEX #0263C6 Navy Blue

📋 copy color: '#0263C6'

red 2 ◦ green 99 ◦ blue 198

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

Shades of Navy Blue #0263C6

Tints of Navy Blue #0263C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 66.22%

R = 0.67%
G = 33.11%
B = 66.22%

CMYK

 C value IS 0.99

 M value IS 0.50

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#0263C6 (or 0x0263C6) is known color: Navy Blue. HEX triplet: 02, 63 and C6. RGB value is (2,99,198). Sum of RGB (Red+Green+Blue) = 2+99+198=299 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 299); Green value is 99 (39.06% from 255 or 33.11% from 299); Blue value is 198 (77.73% from 255 or 66.22% from 299); Max value from RGB is 198 - color contains mainly: blue. Hex color #0263C6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0263C6 is #FD9C39. Grayscale: #505050. Windows color (decimal): -16620602 or 13001474. OLE color: 13001474.

HSL color Cylindrical-coordinate representation of color #0263C6: hue angle of 210.31º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0263C6 is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 2 99 198 -
CMYK 0.99 0.50 0 0.22
HSL 210.31º 0.98% 0.39% -
HSV(B) 210.31º 0.99% 0.78% -
XYZ 14.68 13.01 55.16 -
YUV 81.28 193.86 71.45 -
System Red Green Blue C M Y K H S L
Decimal 2 99 198 0.99 0.50 0 0.22 210.31 0.98 0.39
Hex 2 63 C6 63 32 0 16 D2 62 27
Octal 2 143 306 143 62 0 26 322 142 47
Binary 10 1100011 11000110 1100011 110010 0 10110 11010010 1100010 100111

Color Harmonies of #0263C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0263C6

Black with #0263C6

Text Example


Text Example

White with #0263C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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