Html Css Color HEX #0366DC Navy Blue

📋 copy color: '#0366DC'

red 3 ◦ green 102 ◦ blue 220

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

Shades of Navy Blue #0366DC

Tints of Navy Blue #0366DC

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.38%

 BLUE value IS 220 (86.33% from 255) = 67.69%

R = 0.92%
G = 31.38%
B = 67.69%

CMYK

 C value IS 0.99

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0366DC (or 0x0366DC) is known color: Navy Blue. HEX triplet: 03, 66 and DC. RGB value is (3,102,220). Sum of RGB (Red+Green+Blue) = 3+102+220=325 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.92% from 325); Green value is 102 (40.23% from 255 or 31.38% from 325); Blue value is 220 (86.33% from 255 or 67.69% from 325); Max value from RGB is 220 - color contains mainly: blue. Hex color #0366DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0366DC is #FC9923. Grayscale: #555555. Windows color (decimal): -16554276 or 14444035. OLE color: 14444035.

HSL color Cylindrical-coordinate representation of color #0366DC: hue angle of 212.63º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0366DC is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 3 102 220 -
CMYK 0.99 0.54 0 0.14
HSL 212.63º 0.97% 0.44% -
HSV(B) 212.63º 0.99% 0.86% -
XYZ 17.71 14.69 69.61 -
YUV 85.85 203.7 68.91 -
System Red Green Blue C M Y K H S L
Decimal 3 102 220 0.99 0.54 0 0.14 212.63 0.97 0.44
Hex 3 66 DC 63 36 0 E D5 61 2C
Octal 3 146 334 143 66 0 16 325 141 54
Binary 11 1100110 11011100 1100011 110110 0 1110 11010101 1100001 101100

Color Harmonies of #0366DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0366DC

Black with #0366DC

Text Example


Text Example

White with #0366DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0366DC; }

 p { color: rgb(3,102,220); }

 H1.HeaderClassName
 {
   color: #0366DC;
 }
 .AnyTagClassName
 {
   color: #0366DC;
 }
</style>

background-color css

<style>
 a { background-color: #0366DC; }

 a { background-color: rgb(3,102,220); }

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

border-color css

<style>
 span { border-color: #0366DC; }

 span { border-color: rgb(3,102,220); }

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