Html Css Color HEX #036FEA Navy Blue

📋 copy color: '#036FEA'

red 3 ◦ green 111 ◦ blue 234

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

Shades of Navy Blue #036FEA

Tints of Navy Blue #036FEA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.9%

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

R = 0.86%
G = 31.9%
B = 67.24%

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

#036FEA (or 0x036FEA) is known color: Navy Blue. HEX triplet: 03, 6F and EA. RGB value is (3,111,234). Sum of RGB (Red+Green+Blue) = 3+111+234=348 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 348); Green value is 111 (43.75% from 255 or 31.90% from 348); Blue value is 234 (91.80% from 255 or 67.24% from 348); Max value from RGB is 234 - color contains mainly: blue. Hex color #036FEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #036FEA is #FC9015. Grayscale: #5C5C5C. Windows color (decimal): -16551958 or 15363843. OLE color: 15363843.

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

Color convert

RGB 3 111 234 -
CMYK 0.99 0.53 0 0.08
HSL 211.95º 0.97% 0.46% -
HSV(B) 211.95º 0.99% 0.92% -
XYZ 20.57 17.33 80.1 -
YUV 92.73 207.72 64 -
System Red Green Blue C M Y K H S L
Decimal 3 111 234 0.99 0.53 0 0.08 211.95 0.97 0.46
Hex 3 6F EA 63 35 0 8 D4 61 2E
Octal 3 157 352 143 65 0 10 324 141 56
Binary 11 1101111 11101010 1100011 110101 0 1000 11010100 1100001 101110

Color Harmonies of #036FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036FEA

Black with #036FEA

Text Example


Text Example

White with #036FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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