Html Css Color HEX #036BE6 Navy Blue

📋 copy color: '#036BE6'

red 3 ◦ green 107 ◦ blue 230

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

Shades of Navy Blue #036BE6

Tints of Navy Blue #036BE6

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.47%

 BLUE value IS 230 (90.23% from 255) = 67.65%

R = 0.88%
G = 31.47%
B = 67.65%

CMYK

 C value IS 0.99

 M value IS 0.53

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#036BE6 (or 0x036BE6) is known color: Navy Blue. HEX triplet: 03, 6B and E6. RGB value is (3,107,230). Sum of RGB (Red+Green+Blue) = 3+107+230=340 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 340); Green value is 107 (42.19% from 255 or 31.47% from 340); Blue value is 230 (90.23% from 255 or 67.65% from 340); Max value from RGB is 230 - color contains mainly: blue. Hex color #036BE6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #036BE6 is #FC9419. Grayscale: #595959. Windows color (decimal): -16552986 or 15100675. OLE color: 15100675.

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

Color convert

RGB 3 107 230 -
CMYK 0.99 0.53 0 0.10
HSL 212.51º 0.97% 0.46% -
HSV(B) 212.51º 0.99% 0.9% -
XYZ 19.58 16.25 76.97 -
YUV 89.93 207.04 66 -
System Red Green Blue C M Y K H S L
Decimal 3 107 230 0.99 0.53 0 0.10 212.51 0.97 0.46
Hex 3 6B E6 63 35 0 A D5 61 2E
Octal 3 153 346 143 65 0 12 325 141 56
Binary 11 1101011 11100110 1100011 110101 0 1010 11010101 1100001 101110

Color Harmonies of #036BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036BE6

Black with #036BE6

Text Example


Text Example

White with #036BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,107,230); }

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

background-color css

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

 a { background-color: rgb(3,107,230); }

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

border-color css

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

 span { border-color: rgb(3,107,230); }

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