Html Css Color HEX #036CE6 Navy Blue

📋 copy color: '#036CE6'

red 3 ◦ green 108 ◦ blue 230

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

Shades of Navy Blue #036CE6

Tints of Navy Blue #036CE6

RGB

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

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

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

R = 0.88%
G = 31.67%
B = 67.45%

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

#036CE6 (or 0x036CE6) is known color: Navy Blue. HEX triplet: 03, 6C and E6. RGB value is (3,108,230). Sum of RGB (Red+Green+Blue) = 3+108+230=341 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 341); Green value is 108 (42.58% from 255 or 31.67% from 341); Blue value is 230 (90.23% from 255 or 67.45% from 341); Max value from RGB is 230 - color contains mainly: blue. Hex color #036CE6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #036CE6 is #FC9319. Grayscale: #595959. Windows color (decimal): -16552730 or 15100931. OLE color: 15100931.

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

Color convert

RGB 3 108 230 -
CMYK 0.99 0.53 0 0.10
HSL 212.25º 0.97% 0.46% -
HSV(B) 212.25º 0.99% 0.9% -
XYZ 19.68 16.46 77 -
YUV 90.51 206.71 65.58 -
System Red Green Blue C M Y K H S L
Decimal 3 108 230 0.99 0.53 0 0.10 212.25 0.97 0.46
Hex 3 6C E6 63 35 0 A D4 61 2E
Octal 3 154 346 143 65 0 12 324 141 56
Binary 11 1101100 11100110 1100011 110101 0 1010 11010100 1100001 101110

Color Harmonies of #036CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036CE6

Black with #036CE6

Text Example


Text Example

White with #036CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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