Html Css Color HEX #0366EF Navy Blue

📋 copy color: '#0366EF'

red 3 ◦ green 102 ◦ blue 239

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

Shades of Navy Blue #0366EF

Tints of Navy Blue #0366EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 69.48%

R = 0.87%
G = 29.65%
B = 69.48%

CMYK

 C value IS 0.99

 M value IS 0.57

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0366EF (or 0x0366EF) is known color: Navy Blue. HEX triplet: 03, 66 and EF. RGB value is (3,102,239). Sum of RGB (Red+Green+Blue) = 3+102+239=344 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 344); Green value is 102 (40.23% from 255 or 29.65% from 344); Blue value is 239 (93.75% from 255 or 69.48% from 344); Max value from RGB is 239 - color contains mainly: blue. Hex color #0366EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0366EF is #FC9910. Grayscale: #575757. Windows color (decimal): -16554257 or 15689219. OLE color: 15689219.

HSL color Cylindrical-coordinate representation of color #0366EF: hue angle of 214.83º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0366EF is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 3 102 239 -
CMYK 0.99 0.57 0 0.06
HSL 214.83º 0.98% 0.47% -
HSV(B) 214.83º 0.99% 0.94% -
XYZ 20.37 15.75 83.63 -
YUV 88.02 213.2 67.36 -
System Red Green Blue C M Y K H S L
Decimal 3 102 239 0.99 0.57 0 0.06 214.83 0.98 0.47
Hex 3 66 EF 63 39 0 6 D7 62 2F
Octal 3 146 357 143 71 0 6 327 142 57
Binary 11 1100110 11101111 1100011 111001 0 110 11010111 1100010 101111

Color Harmonies of #0366EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0366EF

Black with #0366EF

Text Example


Text Example

White with #0366EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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