Html Css Color HEX #1068A0 Cerulean

📋 copy color: '#1068A0'

red 16 ◦ green 104 ◦ blue 160

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

Shades of Cerulean #1068A0

Tints of Cerulean #1068A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 57.14%

R = 5.71%
G = 37.14%
B = 57.14%

CMYK

 C value IS 0.9

 M value IS 0.35

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#1068A0 (or 0x1068A0) is known color: Cerulean. HEX triplet: 10, 68 and A0. RGB value is (16,104,160). Sum of RGB (Red+Green+Blue) = 16+104+160=280 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.71% from 280); Green value is 104 (41.02% from 255 or 37.14% from 280); Blue value is 160 (62.89% from 255 or 57.14% from 280); Max value from RGB is 160 - color contains mainly: blue. Hex color #1068A0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1068A0 is #EF975F. Grayscale: #535353. Windows color (decimal): -15701856 or 10512400. OLE color: 10512400.

HSL color Cylindrical-coordinate representation of color #1068A0: hue angle of 203.33º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1068A0 is Cyan = 0.9, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 16 104 160 -
CMYK 0.9 0.35 0 0.37
HSL 203.33º 0.82% 0.35% -
HSV(B) 203.33º 0.9% 0.63% -
XYZ 11.51 12.55 35.07 -
YUV 84.07 170.85 79.45 -
System Red Green Blue C M Y K H S L
Decimal 16 104 160 0.9 0.35 0 0.37 203.33 0.82 0.35
Hex 10 68 A0 5A 23 0 25 CB 52 23
Octal 20 150 240 132 43 0 45 313 122 43
Binary 10000 1101000 10100000 1011010 100011 0 100101 11001011 1010010 100011

Color Harmonies of #1068A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1068A0

Black with #1068A0

Text Example


Text Example

White with #1068A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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