Html Css Color HEX #0366EC Navy Blue

📋 copy color: '#0366EC'

red 3 ◦ green 102 ◦ blue 236

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

Shades of Navy Blue #0366EC

Tints of Navy Blue #0366EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 69.21%

R = 0.88%
G = 29.91%
B = 69.21%

CMYK

 C value IS 0.99

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0366EC (or 0x0366EC) is known color: Navy Blue. HEX triplet: 03, 66 and EC. RGB value is (3,102,236). Sum of RGB (Red+Green+Blue) = 3+102+236=341 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 341); Green value is 102 (40.23% from 255 or 29.91% from 341); Blue value is 236 (92.58% from 255 or 69.21% from 341); Max value from RGB is 236 - color contains mainly: blue. Hex color #0366EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0366EC is #FC9913. Grayscale: #575757. Windows color (decimal): -16554260 or 15492611. OLE color: 15492611.

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

Color convert

RGB 3 102 236 -
CMYK 0.99 0.57 0 0.07
HSL 214.51º 0.97% 0.47% -
HSV(B) 214.51º 0.99% 0.93% -
XYZ 19.93 15.58 81.31 -
YUV 87.68 211.7 67.6 -
System Red Green Blue C M Y K H S L
Decimal 3 102 236 0.99 0.57 0 0.07 214.51 0.97 0.47
Hex 3 66 EC 63 39 0 7 D7 61 2F
Octal 3 146 354 143 71 0 7 327 141 57
Binary 11 1100110 11101100 1100011 111001 0 111 11010111 1100001 101111

Color Harmonies of #0366EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0366EC

Black with #0366EC

Text Example


Text Example

White with #0366EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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