Html Css Color HEX #1070A0 Cerulean

📋 copy color: '#1070A0'

red 16 ◦ green 112 ◦ blue 160

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

Shades of Cerulean #1070A0

Tints of Cerulean #1070A0

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.89%

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

R = 5.56%
G = 38.89%
B = 55.56%

CMYK

 C value IS 0.9

 M value IS 0.30

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#1070A0 (or 0x1070A0) is known color: Cerulean. HEX triplet: 10, 70 and A0. RGB value is (16,112,160). Sum of RGB (Red+Green+Blue) = 16+112+160=288 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.56% from 288); Green value is 112 (44.14% from 255 or 38.89% from 288); Blue value is 160 (62.89% from 255 or 55.56% from 288); Max value from RGB is 160 - color contains mainly: blue. Hex color #1070A0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1070A0 is #EF8F5F. Grayscale: #585858. Windows color (decimal): -15699808 or 10514448. OLE color: 10514448.

HSL color Cylindrical-coordinate representation of color #1070A0: hue angle of 200º 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 #1070A0 is Cyan = 0.9, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 16 112 160 -
CMYK 0.9 0.30 0 0.37
HSL 200º 0.82% 0.35% -
HSV(B) 200º 0.9% 0.63% -
XYZ 12.35 14.24 35.35 -
YUV 88.77 168.2 76.1 -
System Red Green Blue C M Y K H S L
Decimal 16 112 160 0.9 0.30 0 0.37 200 0.82 0.35
Hex 10 70 A0 5A 1E 0 25 C8 52 23
Octal 20 160 240 132 36 0 45 310 122 43
Binary 10000 1110000 10100000 1011010 11110 0 100101 11001000 1010010 100011

Color Harmonies of #1070A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1070A0

Black with #1070A0

Text Example


Text Example

White with #1070A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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