Html Css Color HEX #036CEC Navy Blue

📋 copy color: '#036CEC'

red 3 ◦ green 108 ◦ blue 236

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

Shades of Navy Blue #036CEC

Tints of Navy Blue #036CEC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.12%

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

R = 0.86%
G = 31.12%
B = 68.01%

CMYK

 C value IS 0.99

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#036CEC (or 0x036CEC) is known color: Navy Blue. HEX triplet: 03, 6C and EC. RGB value is (3,108,236). Sum of RGB (Red+Green+Blue) = 3+108+236=347 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 347); Green value is 108 (42.58% from 255 or 31.12% from 347); Blue value is 236 (92.58% from 255 or 68.01% from 347); Max value from RGB is 236 - color contains mainly: blue. Hex color #036CEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #036CEC is #FC9313. Grayscale: #5A5A5A. Windows color (decimal): -16552724 or 15494147. OLE color: 15494147.

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

Color convert

RGB 3 108 236 -
CMYK 0.99 0.54 0 0.07
HSL 212.96º 0.97% 0.47% -
HSV(B) 212.96º 0.99% 0.93% -
XYZ 20.54 16.8 81.52 -
YUV 91.2 209.71 65.09 -
System Red Green Blue C M Y K H S L
Decimal 3 108 236 0.99 0.54 0 0.07 212.96 0.97 0.47
Hex 3 6C EC 63 36 0 7 D5 61 2F
Octal 3 154 354 143 66 0 7 325 141 57
Binary 11 1101100 11101100 1100011 110110 0 111 11010101 1100001 101111

Color Harmonies of #036CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036CEC

Black with #036CEC

Text Example


Text Example

White with #036CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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