Html Css Color HEX #036EEA Navy Blue

📋 copy color: '#036EEA'

red 3 ◦ green 110 ◦ blue 234

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

Shades of Navy Blue #036EEA

Tints of Navy Blue #036EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 67.44%

R = 0.86%
G = 31.7%
B = 67.44%

CMYK

 C value IS 0.99

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#036EEA (or 0x036EEA) is known color: Navy Blue. HEX triplet: 03, 6E and EA. RGB value is (3,110,234). Sum of RGB (Red+Green+Blue) = 3+110+234=347 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 347); Green value is 110 (43.36% from 255 or 31.70% from 347); Blue value is 234 (91.80% from 255 or 67.44% from 347); Max value from RGB is 234 - color contains mainly: blue. Hex color #036EEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #036EEA is #FC9115. Grayscale: #5B5B5B. Windows color (decimal): -16552214 or 15363587. OLE color: 15363587.

HSL color Cylindrical-coordinate representation of color #036EEA: hue angle of 212.21º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #036EEA is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 3 110 234 -
CMYK 0.99 0.53 0 0.08
HSL 212.21º 0.97% 0.46% -
HSV(B) 212.21º 0.99% 0.92% -
XYZ 20.46 17.11 80.07 -
YUV 92.14 208.05 64.42 -
System Red Green Blue C M Y K H S L
Decimal 3 110 234 0.99 0.53 0 0.08 212.21 0.97 0.46
Hex 3 6E EA 63 35 0 8 D4 61 2E
Octal 3 156 352 143 65 0 10 324 141 56
Binary 11 1101110 11101010 1100011 110101 0 1000 11010100 1100001 101110

Color Harmonies of #036EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036EEA

Black with #036EEA

Text Example


Text Example

White with #036EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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