Html Css Color HEX #0366ED Navy Blue

📋 copy color: '#0366ED'

red 3 ◦ green 102 ◦ blue 237

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

Shades of Navy Blue #0366ED

Tints of Navy Blue #0366ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 69.3%

R = 0.88%
G = 29.82%
B = 69.3%

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

#0366ED (or 0x0366ED) is known color: Navy Blue. HEX triplet: 03, 66 and ED. RGB value is (3,102,237). Sum of RGB (Red+Green+Blue) = 3+102+237=342 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 342); Green value is 102 (40.23% from 255 or 29.82% from 342); Blue value is 237 (92.97% from 255 or 69.30% from 342); Max value from RGB is 237 - color contains mainly: blue. Hex color #0366ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0366ED is #FC9912. Grayscale: #575757. Windows color (decimal): -16554259 or 15558147. OLE color: 15558147.

HSL color Cylindrical-coordinate representation of color #0366ED: hue angle of 214.62º degrees, saturation: 0.98, 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 #0366ED is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 3 102 237 -
CMYK 0.99 0.57 0 0.07
HSL 214.62º 0.98% 0.47% -
HSV(B) 214.62º 0.99% 0.93% -
XYZ 20.07 15.64 82.08 -
YUV 87.79 212.2 67.52 -
System Red Green Blue C M Y K H S L
Decimal 3 102 237 0.99 0.57 0 0.07 214.62 0.98 0.47
Hex 3 66 ED 63 39 0 7 D7 62 2F
Octal 3 146 355 143 71 0 7 327 142 57
Binary 11 1100110 11101101 1100011 111001 0 111 11010111 1100010 101111

Color Harmonies of #0366ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0366ED

Black with #0366ED

Text Example


Text Example

White with #0366ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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