Html Css Color HEX #036AEA Navy Blue

📋 copy color: '#036AEA'

red 3 ◦ green 106 ◦ blue 234

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

Shades of Navy Blue #036AEA

Tints of Navy Blue #036AEA

RGB

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

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

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

R = 0.87%
G = 30.9%
B = 68.22%

CMYK

 C value IS 0.99

 M value IS 0.55

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#036AEA (or 0x036AEA) is known color: Navy Blue. HEX triplet: 03, 6A and EA. RGB value is (3,106,234). Sum of RGB (Red+Green+Blue) = 3+106+234=343 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 343); Green value is 106 (41.80% from 255 or 30.90% from 343); Blue value is 234 (91.80% from 255 or 68.22% from 343); Max value from RGB is 234 - color contains mainly: blue. Hex color #036AEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #036AEA is #FC9515. Grayscale: #595959. Windows color (decimal): -16553238 or 15362563. OLE color: 15362563.

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

Color convert

RGB 3 106 234 -
CMYK 0.99 0.55 0 0.08
HSL 213.25º 0.97% 0.46% -
HSV(B) 213.25º 0.99% 0.92% -
XYZ 20.04 16.27 79.93 -
YUV 89.8 209.38 66.09 -
System Red Green Blue C M Y K H S L
Decimal 3 106 234 0.99 0.55 0 0.08 213.25 0.97 0.46
Hex 3 6A EA 63 37 0 8 D5 61 2E
Octal 3 152 352 143 67 0 10 325 141 56
Binary 11 1101010 11101010 1100011 110111 0 1000 11010101 1100001 101110

Color Harmonies of #036AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036AEA

Black with #036AEA

Text Example


Text Example

White with #036AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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