Html Css Color HEX #036AEE Navy Blue

📋 copy color: '#036AEE'

red 3 ◦ green 106 ◦ blue 238

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

Shades of Navy Blue #036AEE

Tints of Navy Blue #036AEE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.55%

 BLUE value IS 238 (93.36% from 255) = 68.59%

R = 0.86%
G = 30.55%
B = 68.59%

CMYK

 C value IS 0.99

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#036AEE (or 0x036AEE) is known color: Navy Blue. HEX triplet: 03, 6A and EE. RGB value is (3,106,238). Sum of RGB (Red+Green+Blue) = 3+106+238=347 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 347); Green value is 106 (41.80% from 255 or 30.55% from 347); Blue value is 238 (93.36% from 255 or 68.59% from 347); Max value from RGB is 238 - color contains mainly: blue. Hex color #036AEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #036AEE is #FC9511. Grayscale: #595959. Windows color (decimal): -16553234 or 15624707. OLE color: 15624707.

HSL color Cylindrical-coordinate representation of color #036AEE: hue angle of 213.7º 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 #036AEE is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 3 106 238 -
CMYK 0.99 0.55 0 0.07
HSL 213.7º 0.98% 0.47% -
HSV(B) 213.7º 0.99% 0.93% -
XYZ 20.62 16.5 82.99 -
YUV 90.25 211.38 65.77 -
System Red Green Blue C M Y K H S L
Decimal 3 106 238 0.99 0.55 0 0.07 213.7 0.98 0.47
Hex 3 6A EE 63 37 0 7 D6 62 2F
Octal 3 152 356 143 67 0 7 326 142 57
Binary 11 1101010 11101110 1100011 110111 0 111 11010110 1100010 101111

Color Harmonies of #036AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036AEE

Black with #036AEE

Text Example


Text Example

White with #036AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,106,238); }

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

background-color css

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

 a { background-color: rgb(3,106,238); }

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

border-color css

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

 span { border-color: rgb(3,106,238); }

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