Html Css Color HEX #036FEB Navy Blue

📋 copy color: '#036FEB'

red 3 ◦ green 111 ◦ blue 235

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

Shades of Navy Blue #036FEB

Tints of Navy Blue #036FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 67.34%

R = 0.86%
G = 31.81%
B = 67.34%

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

#036FEB (or 0x036FEB) is known color: Navy Blue. HEX triplet: 03, 6F and EB. RGB value is (3,111,235). Sum of RGB (Red+Green+Blue) = 3+111+235=349 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 349); Green value is 111 (43.75% from 255 or 31.81% from 349); Blue value is 235 (92.19% from 255 or 67.34% from 349); Max value from RGB is 235 - color contains mainly: blue. Hex color #036FEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #036FEB is #FC9014. Grayscale: #5C5C5C. Windows color (decimal): -16551957 or 15429379. OLE color: 15429379.

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

Color convert

RGB 3 111 235 -
CMYK 0.99 0.53 0 0.08
HSL 212.07º 0.97% 0.47% -
HSV(B) 212.07º 0.99% 0.92% -
XYZ 20.72 17.39 80.86 -
YUV 92.84 208.22 63.92 -
System Red Green Blue C M Y K H S L
Decimal 3 111 235 0.99 0.53 0 0.08 212.07 0.97 0.47
Hex 3 6F EB 63 35 0 8 D4 61 2F
Octal 3 157 353 143 65 0 10 324 141 57
Binary 11 1101111 11101011 1100011 110101 0 1000 11010100 1100001 101111

Color Harmonies of #036FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036FEB

Black with #036FEB

Text Example


Text Example

White with #036FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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