Html Css Color HEX #036FF6 Navy Blue

📋 copy color: '#036FF6'

red 3 ◦ green 111 ◦ blue 246

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

Shades of Navy Blue #036FF6

Tints of Navy Blue #036FF6

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.83%

 BLUE value IS 246 (96.48% from 255) = 68.33%

R = 0.83%
G = 30.83%
B = 68.33%

CMYK

 C value IS 0.99

 M value IS 0.55

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#036FF6 (or 0x036FF6) is known color: Navy Blue. HEX triplet: 03, 6F and F6. RGB value is (3,111,246). Sum of RGB (Red+Green+Blue) = 3+111+246=360 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.83% from 360); Green value is 111 (43.75% from 255 or 30.83% from 360); Blue value is 246 (96.48% from 255 or 68.33% from 360); Max value from RGB is 246 - color contains mainly: blue. Hex color #036FF6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #036FF6 is #FC9009. Grayscale: #5D5D5D. Windows color (decimal): -16551946 or 16150275. OLE color: 16150275.

HSL color Cylindrical-coordinate representation of color #036FF6: hue angle of 213.33º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #036FF6 is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 3 111 246 -
CMYK 0.99 0.55 0 0.04
HSL 213.33º 0.98% 0.49% -
HSV(B) 213.33º 0.99% 0.96% -
XYZ 22.36 18.04 89.49 -
YUV 94.1 213.72 63.02 -
System Red Green Blue C M Y K H S L
Decimal 3 111 246 0.99 0.55 0 0.04 213.33 0.98 0.49
Hex 3 6F F6 63 37 0 4 D5 62 31
Octal 3 157 366 143 67 0 4 325 142 61
Binary 11 1101111 11110110 1100011 110111 0 100 11010101 1100010 110001

Color Harmonies of #036FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036FF6

Black with #036FF6

Text Example


Text Example

White with #036FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,111,246); }

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

background-color css

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

 a { background-color: rgb(3,111,246); }

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

border-color css

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

 span { border-color: rgb(3,111,246); }

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