Html Css Color HEX #1068CC Navy Blue

📋 copy color: '#1068CC'

red 16 ◦ green 104 ◦ blue 204

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

Shades of Navy Blue #1068CC

Tints of Navy Blue #1068CC

RGB

 RED value IS 16 (6.64% from 255) = 4.94%

 GREEN value IS 104 (41.02% from 255) = 32.1%

 BLUE value IS 204 (80.08% from 255) = 62.96%

R = 4.94%
G = 32.1%
B = 62.96%

CMYK

 C value IS 0.92

 M value IS 0.49

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1068CC (or 0x1068CC) is known color: Navy Blue. HEX triplet: 10, 68 and CC. RGB value is (16,104,204). Sum of RGB (Red+Green+Blue) = 16+104+204=324 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.94% from 324); Green value is 104 (41.02% from 255 or 32.10% from 324); Blue value is 204 (80.08% from 255 or 62.96% from 324); Max value from RGB is 204 - color contains mainly: blue. Hex color #1068CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1068CC is #EF9733. Grayscale: #585858. Windows color (decimal): -15701812 or 13395984. OLE color: 13395984.

HSL color Cylindrical-coordinate representation of color #1068CC: hue angle of 211.91º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1068CC is Cyan = 0.92, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 16 104 204 -
CMYK 0.92 0.49 0 0.2
HSL 211.91º 0.85% 0.43% -
HSV(B) 211.91º 0.92% 0.8% -
XYZ 16.06 14.37 59.05 -
YUV 89.09 192.85 75.87 -
System Red Green Blue C M Y K H S L
Decimal 16 104 204 0.92 0.49 0 0.2 211.91 0.85 0.43
Hex 10 68 CC 5C 31 0 14 D4 55 2B
Octal 20 150 314 134 61 0 24 324 125 53
Binary 10000 1101000 11001100 1011100 110001 0 10100 11010100 1010101 101011

Color Harmonies of #1068CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1068CC

Black with #1068CC

Text Example


Text Example

White with #1068CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1068CC; }

 p { color: rgb(16,104,204); }

 H1.HeaderClassName
 {
   color: #1068CC;
 }
 .AnyTagClassName
 {
   color: #1068CC;
 }
</style>

background-color css

<style>
 a { background-color: #1068CC; }

 a { background-color: rgb(16,104,204); }

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

border-color css

<style>
 span { border-color: #1068CC; }

 span { border-color: rgb(16,104,204); }

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