Html Css Color HEX #036ED0 Navy Blue

📋 copy color: '#036ED0'

red 3 ◦ green 110 ◦ blue 208

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

Shades of Navy Blue #036ED0

Tints of Navy Blue #036ED0

RGB

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

 GREEN value IS 110 (43.36% from 255) = 34.27%

 BLUE value IS 208 (81.64% from 255) = 64.8%

R = 0.93%
G = 34.27%
B = 64.8%

CMYK

 C value IS 0.99

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#036ED0 (or 0x036ED0) is known color: Navy Blue. HEX triplet: 03, 6E and D0. RGB value is (3,110,208). Sum of RGB (Red+Green+Blue) = 3+110+208=321 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 321); Green value is 110 (43.36% from 255 or 34.27% from 321); Blue value is 208 (81.64% from 255 or 64.80% from 321); Max value from RGB is 208 - color contains mainly: blue. Hex color #036ED0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036ED0 is #FC912F. Grayscale: #585858. Windows color (decimal): -16552240 or 13659651. OLE color: 13659651.

HSL color Cylindrical-coordinate representation of color #036ED0: hue angle of 208.68º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #036ED0 is Cyan = 0.99, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 3 110 208 -
CMYK 0.99 0.47 0 0.18
HSL 208.68º 0.97% 0.41% -
HSV(B) 208.68º 0.99% 0.82% -
XYZ 17 15.73 61.81 -
YUV 89.18 195.05 66.53 -
System Red Green Blue C M Y K H S L
Decimal 3 110 208 0.99 0.47 0 0.18 208.68 0.97 0.41
Hex 3 6E D0 63 2F 0 12 D1 61 29
Octal 3 156 320 143 57 0 22 321 141 51
Binary 11 1101110 11010000 1100011 101111 0 10010 11010001 1100001 101001

Color Harmonies of #036ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036ED0

Black with #036ED0

Text Example


Text Example

White with #036ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036ED0; }

 p { color: rgb(3,110,208); }

 H1.HeaderClassName
 {
   color: #036ED0;
 }
 .AnyTagClassName
 {
   color: #036ED0;
 }
</style>

background-color css

<style>
 a { background-color: #036ED0; }

 a { background-color: rgb(3,110,208); }

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

border-color css

<style>
 span { border-color: #036ED0; }

 span { border-color: rgb(3,110,208); }

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