Html Css Color HEX #0363CE Navy Blue

📋 copy color: '#0363CE'

red 3 ◦ green 99 ◦ blue 206

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

Shades of Navy Blue #0363CE

Tints of Navy Blue #0363CE

RGB

 RED value IS 3 (1.56% from 255) = 0.97%

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

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

R = 0.97%
G = 32.14%
B = 66.88%

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

#0363CE (or 0x0363CE) is known color: Navy Blue. HEX triplet: 03, 63 and CE. RGB value is (3,99,206). Sum of RGB (Red+Green+Blue) = 3+99+206=308 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.97% from 308); Green value is 99 (39.06% from 255 or 32.14% from 308); Blue value is 206 (80.86% from 255 or 66.88% from 308); Max value from RGB is 206 - color contains mainly: blue. Hex color #0363CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0363CE is #FC9C31. Grayscale: #515151. Windows color (decimal): -16555058 or 13525763. OLE color: 13525763.

HSL color Cylindrical-coordinate representation of color #0363CE: hue angle of 211.63º degrees, saturation: 0.97, 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 #0363CE is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 3 99 206 -
CMYK 0.99 0.52 0 0.19
HSL 211.63º 0.97% 0.41% -
HSV(B) 211.63º 0.99% 0.81% -
XYZ 15.64 13.4 60.15 -
YUV 82.49 197.7 71.3 -
System Red Green Blue C M Y K H S L
Decimal 3 99 206 0.99 0.52 0 0.19 211.63 0.97 0.41
Hex 3 63 CE 63 34 0 13 D4 61 29
Octal 3 143 316 143 64 0 23 324 141 51
Binary 11 1100011 11001110 1100011 110100 0 10011 11010100 1100001 101001

Color Harmonies of #0363CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0363CE

Black with #0363CE

Text Example


Text Example

White with #0363CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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