Html Css Color HEX #036BEC Navy Blue

📋 copy color: '#036BEC'

red 3 ◦ green 107 ◦ blue 236

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

Shades of Navy Blue #036BEC

Tints of Navy Blue #036BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 68.21%

R = 0.87%
G = 30.92%
B = 68.21%

CMYK

 C value IS 0.99

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#036BEC (or 0x036BEC) is known color: Navy Blue. HEX triplet: 03, 6B and EC. RGB value is (3,107,236). Sum of RGB (Red+Green+Blue) = 3+107+236=346 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 346); Green value is 107 (42.19% from 255 or 30.92% from 346); Blue value is 236 (92.58% from 255 or 68.21% from 346); Max value from RGB is 236 - color contains mainly: blue. Hex color #036BEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #036BEC is #FC9413. Grayscale: #595959. Windows color (decimal): -16552980 or 15493891. OLE color: 15493891.

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

Color convert

RGB 3 107 236 -
CMYK 0.99 0.55 0 0.07
HSL 213.22º 0.97% 0.47% -
HSV(B) 213.22º 0.99% 0.93% -
XYZ 20.44 16.59 81.48 -
YUV 90.61 210.04 65.51 -
System Red Green Blue C M Y K H S L
Decimal 3 107 236 0.99 0.55 0 0.07 213.22 0.97 0.47
Hex 3 6B EC 63 37 0 7 D5 61 2F
Octal 3 153 354 143 67 0 7 325 141 57
Binary 11 1101011 11101100 1100011 110111 0 111 11010101 1100001 101111

Color Harmonies of #036BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036BEC

Black with #036BEC

Text Example


Text Example

White with #036BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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