Html Css Color HEX #0366DD Navy Blue

📋 copy color: '#0366DD'

red 3 ◦ green 102 ◦ blue 221

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

Shades of Navy Blue #0366DD

Tints of Navy Blue #0366DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 67.79%

R = 0.92%
G = 31.29%
B = 67.79%

CMYK

 C value IS 0.99

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0366DD (or 0x0366DD) is known color: Navy Blue. HEX triplet: 03, 66 and DD. RGB value is (3,102,221). Sum of RGB (Red+Green+Blue) = 3+102+221=326 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.92% from 326); Green value is 102 (40.23% from 255 or 31.29% from 326); Blue value is 221 (86.72% from 255 or 67.79% from 326); Max value from RGB is 221 - color contains mainly: blue. Hex color #0366DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0366DD is #FC9922. Grayscale: #555555. Windows color (decimal): -16554275 or 14509571. OLE color: 14509571.

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

Color convert

RGB 3 102 221 -
CMYK 0.99 0.54 0 0.13
HSL 212.75º 0.97% 0.44% -
HSV(B) 212.75º 0.99% 0.87% -
XYZ 17.84 14.74 70.31 -
YUV 85.97 204.2 68.82 -
System Red Green Blue C M Y K H S L
Decimal 3 102 221 0.99 0.54 0 0.13 212.75 0.97 0.44
Hex 3 66 DD 63 36 0 D D5 61 2C
Octal 3 146 335 143 66 0 15 325 141 54
Binary 11 1100110 11011101 1100011 110110 0 1101 11010101 1100001 101100

Color Harmonies of #0366DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0366DD

Black with #0366DD

Text Example


Text Example

White with #0366DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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