Html Css Color HEX #036CE0 Navy Blue

📋 copy color: '#036CE0'

red 3 ◦ green 108 ◦ blue 224

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

Shades of Navy Blue #036CE0

Tints of Navy Blue #036CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 66.87%

R = 0.9%
G = 32.24%
B = 66.87%

CMYK

 C value IS 0.99

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#036CE0 (or 0x036CE0) is known color: Navy Blue. HEX triplet: 03, 6C and E0. RGB value is (3,108,224). Sum of RGB (Red+Green+Blue) = 3+108+224=335 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 335); Green value is 108 (42.58% from 255 or 32.24% from 335); Blue value is 224 (87.89% from 255 or 66.87% from 335); Max value from RGB is 224 - color contains mainly: blue. Hex color #036CE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036CE0 is #FC931F. Grayscale: #595959. Windows color (decimal): -16552736 or 14707715. OLE color: 14707715.

HSL color Cylindrical-coordinate representation of color #036CE0: hue angle of 211.49º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #036CE0 is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 3 108 224 -
CMYK 0.99 0.52 0 0.12
HSL 211.49º 0.97% 0.45% -
HSV(B) 211.49º 0.99% 0.88% -
XYZ 18.85 16.13 72.64 -
YUV 89.83 203.71 66.07 -
System Red Green Blue C M Y K H S L
Decimal 3 108 224 0.99 0.52 0 0.12 211.49 0.97 0.45
Hex 3 6C E0 63 34 0 C D3 61 2D
Octal 3 154 340 143 64 0 14 323 141 55
Binary 11 1101100 11100000 1100011 110100 0 1100 11010011 1100001 101101

Color Harmonies of #036CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036CE0

Black with #036CE0

Text Example


Text Example

White with #036CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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