Html Css Color HEX #0263CE Navy Blue

📋 copy color: '#0263CE'

red 2 ◦ green 99 ◦ blue 206

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

Shades of Navy Blue #0263CE

Tints of Navy Blue #0263CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 67.1%

R = 0.65%
G = 32.25%
B = 67.1%

CMYK

 C value IS 0.99

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0263CE (or 0x0263CE) is known color: Navy Blue. HEX triplet: 02, 63 and CE. RGB value is (2,99,206). Sum of RGB (Red+Green+Blue) = 2+99+206=307 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 307); Green value is 99 (39.06% from 255 or 32.25% from 307); Blue value is 206 (80.86% from 255 or 67.10% from 307); Max value from RGB is 206 - color contains mainly: blue. Hex color #0263CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0263CE is #FD9C31. Grayscale: #515151. Windows color (decimal): -16620594 or 13525762. OLE color: 13525762.

HSL color Cylindrical-coordinate representation of color #0263CE: hue angle of 211.47º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0263CE is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 2 99 206 -
CMYK 0.99 0.52 0 0.19
HSL 211.47º 0.98% 0.41% -
HSV(B) 211.47º 0.99% 0.81% -
XYZ 15.63 13.39 60.15 -
YUV 82.2 197.86 70.8 -
System Red Green Blue C M Y K H S L
Decimal 2 99 206 0.99 0.52 0 0.19 211.47 0.98 0.41
Hex 2 63 CE 63 34 0 13 D3 62 29
Octal 2 143 316 143 64 0 23 323 142 51
Binary 10 1100011 11001110 1100011 110100 0 10011 11010011 1100010 101001

Color Harmonies of #0263CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0263CE

Black with #0263CE

Text Example


Text Example

White with #0263CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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