Html Css Color HEX #036EEE Navy Blue

📋 copy color: '#036EEE'

red 3 ◦ green 110 ◦ blue 238

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

Shades of Navy Blue #036EEE

Tints of Navy Blue #036EEE

RGB

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

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

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

R = 0.85%
G = 31.34%
B = 67.81%

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

#036EEE (or 0x036EEE) is known color: Navy Blue. HEX triplet: 03, 6E and EE. RGB value is (3,110,238). Sum of RGB (Red+Green+Blue) = 3+110+238=351 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 351); Green value is 110 (43.36% from 255 or 31.34% from 351); Blue value is 238 (93.36% from 255 or 67.81% from 351); Max value from RGB is 238 - color contains mainly: blue. Hex color #036EEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #036EEE is #FC9111. Grayscale: #5B5B5B. Windows color (decimal): -16552210 or 15625731. OLE color: 15625731.

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

Color convert

RGB 3 110 238 -
CMYK 0.99 0.54 0 0.07
HSL 212.68º 0.98% 0.47% -
HSV(B) 212.68º 0.99% 0.93% -
XYZ 21.05 17.34 83.13 -
YUV 92.6 210.05 64.09 -
System Red Green Blue C M Y K H S L
Decimal 3 110 238 0.99 0.54 0 0.07 212.68 0.98 0.47
Hex 3 6E EE 63 36 0 7 D5 62 2F
Octal 3 156 356 143 66 0 7 325 142 57
Binary 11 1101110 11101110 1100011 110110 0 111 11010101 1100010 101111

Color Harmonies of #036EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036EEE

Black with #036EEE

Text Example


Text Example

White with #036EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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