Html Css Color HEX #036BE0 Navy Blue

📋 copy color: '#036BE0'

red 3 ◦ green 107 ◦ blue 224

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

Shades of Navy Blue #036BE0

Tints of Navy Blue #036BE0

RGB

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

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

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

R = 0.9%
G = 32.04%
B = 67.07%

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

#036BE0 (or 0x036BE0) is known color: Navy Blue. HEX triplet: 03, 6B and E0. RGB value is (3,107,224). Sum of RGB (Red+Green+Blue) = 3+107+224=334 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 334); Green value is 107 (42.19% from 255 or 32.04% from 334); Blue value is 224 (87.89% from 255 or 67.07% from 334); Max value from RGB is 224 - color contains mainly: blue. Hex color #036BE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036BE0 is #FC941F. Grayscale: #585858. Windows color (decimal): -16552992 or 14707459. OLE color: 14707459.

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

Color convert

RGB 3 107 224 -
CMYK 0.99 0.52 0 0.12
HSL 211.76º 0.97% 0.45% -
HSV(B) 211.76º 0.99% 0.88% -
XYZ 18.75 15.92 72.61 -
YUV 89.24 204.04 66.49 -
System Red Green Blue C M Y K H S L
Decimal 3 107 224 0.99 0.52 0 0.12 211.76 0.97 0.45
Hex 3 6B E0 63 34 0 C D4 61 2D
Octal 3 153 340 143 64 0 14 324 141 55
Binary 11 1101011 11100000 1100011 110100 0 1100 11010100 1100001 101101

Color Harmonies of #036BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036BE0

Black with #036BE0

Text Example


Text Example

White with #036BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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