Html Css Color HEX #0366DF Navy Blue

📋 copy color: '#0366DF'

red 3 ◦ green 102 ◦ blue 223

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

Shades of Navy Blue #0366DF

Tints of Navy Blue #0366DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 67.99%

R = 0.91%
G = 31.1%
B = 67.99%

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

#0366DF (or 0x0366DF) is known color: Navy Blue. HEX triplet: 03, 66 and DF. RGB value is (3,102,223). Sum of RGB (Red+Green+Blue) = 3+102+223=328 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 328); Green value is 102 (40.23% from 255 or 31.10% from 328); Blue value is 223 (87.5% from 255 or 67.99% from 328); Max value from RGB is 223 - color contains mainly: blue. Hex color #0366DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0366DF is #FC9920. Grayscale: #555555. Windows color (decimal): -16554273 or 14640643. OLE color: 14640643.

HSL color Cylindrical-coordinate representation of color #0366DF: hue angle of 213º 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 #0366DF is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 3 102 223 -
CMYK 0.99 0.54 0 0.13
HSL 213º 0.97% 0.44% -
HSV(B) 213º 0.99% 0.87% -
XYZ 18.11 14.85 71.72 -
YUV 86.19 205.2 68.66 -
System Red Green Blue C M Y K H S L
Decimal 3 102 223 0.99 0.54 0 0.13 213 0.97 0.44
Hex 3 66 DF 63 36 0 D D5 61 2C
Octal 3 146 337 143 66 0 15 325 141 54
Binary 11 1100110 11011111 1100011 110110 0 1101 11010101 1100001 101100

Color Harmonies of #0366DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0366DF

Black with #0366DF

Text Example


Text Example

White with #0366DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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