Html Css Color HEX #036DEE Navy Blue

📋 copy color: '#036DEE'

red 3 ◦ green 109 ◦ blue 238

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

Shades of Navy Blue #036DEE

Tints of Navy Blue #036DEE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.14%

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

R = 0.86%
G = 31.14%
B = 68%

CMYK

 C value IS 0.99

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#036DEE (or 0x036DEE) is known color: Navy Blue. HEX triplet: 03, 6D and EE. RGB value is (3,109,238). Sum of RGB (Red+Green+Blue) = 3+109+238=350 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 350); Green value is 109 (42.97% from 255 or 31.14% from 350); Blue value is 238 (93.36% from 255 or 68% from 350); Max value from RGB is 238 - color contains mainly: blue. Hex color #036DEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #036DEE is #FC9211. Grayscale: #5B5B5B. Windows color (decimal): -16552466 or 15625475. OLE color: 15625475.

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

Color convert

RGB 3 109 238 -
CMYK 0.99 0.54 0 0.07
HSL 212.94º 0.98% 0.47% -
HSV(B) 212.94º 0.99% 0.93% -
XYZ 20.94 17.13 83.09 -
YUV 92.01 210.38 64.51 -
System Red Green Blue C M Y K H S L
Decimal 3 109 238 0.99 0.54 0 0.07 212.94 0.98 0.47
Hex 3 6D EE 63 36 0 7 D5 62 2F
Octal 3 155 356 143 66 0 7 325 142 57
Binary 11 1101101 11101110 1100011 110110 0 111 11010101 1100010 101111

Color Harmonies of #036DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036DEE

Black with #036DEE

Text Example


Text Example

White with #036DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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