Html Css Color HEX #0366CD Navy Blue

📋 copy color: '#0366CD'

red 3 ◦ green 102 ◦ blue 205

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

Shades of Navy Blue #0366CD

Tints of Navy Blue #0366CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 66.13%

R = 0.97%
G = 32.9%
B = 66.13%

CMYK

 C value IS 0.99

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0366CD (or 0x0366CD) is known color: Navy Blue. HEX triplet: 03, 66 and CD. RGB value is (3,102,205). Sum of RGB (Red+Green+Blue) = 3+102+205=310 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.97% from 310); Green value is 102 (40.23% from 255 or 32.90% from 310); Blue value is 205 (80.47% from 255 or 66.13% from 310); Max value from RGB is 205 - color contains mainly: blue. Hex color #0366CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0366CD is #FC9932. Grayscale: #535353. Windows color (decimal): -16554291 or 13460995. OLE color: 13460995.

HSL color Cylindrical-coordinate representation of color #0366CD: hue angle of 210.59º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0366CD is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 3 102 205 -
CMYK 0.99 0.50 0 0.20
HSL 210.59º 0.97% 0.41% -
HSV(B) 210.59º 0.99% 0.8% -
XYZ 15.81 13.93 59.61 -
YUV 84.14 196.2 70.12 -
System Red Green Blue C M Y K H S L
Decimal 3 102 205 0.99 0.50 0 0.20 210.59 0.97 0.41
Hex 3 66 CD 63 32 0 14 D3 61 29
Octal 3 146 315 143 62 0 24 323 141 51
Binary 11 1100110 11001101 1100011 110010 0 10100 11010011 1100001 101001

Color Harmonies of #0366CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0366CD

Black with #0366CD

Text Example


Text Example

White with #0366CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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