Html Css Color HEX #1070A1 Cerulean

📋 copy color: '#1070A1'

red 16 ◦ green 112 ◦ blue 161

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

Shades of Cerulean #1070A1

Tints of Cerulean #1070A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 55.71%

R = 5.54%
G = 38.75%
B = 55.71%

CMYK

 C value IS 0.90

 M value IS 0.30

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#1070A1 (or 0x1070A1) is known color: Cerulean. HEX triplet: 10, 70 and A1. RGB value is (16,112,161). Sum of RGB (Red+Green+Blue) = 16+112+161=289 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.54% from 289); Green value is 112 (44.14% from 255 or 38.75% from 289); Blue value is 161 (63.28% from 255 or 55.71% from 289); Max value from RGB is 161 - color contains mainly: blue. Hex color #1070A1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1070A1 is #EF8F5E. Grayscale: #585858. Windows color (decimal): -15699807 or 10579984. OLE color: 10579984.

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

Color convert

RGB 16 112 161 -
CMYK 0.90 0.30 0 0.37
HSL 200.28º 0.82% 0.35% -
HSV(B) 200.28º 0.9% 0.63% -
XYZ 12.44 14.27 35.82 -
YUV 88.88 168.7 76.02 -
System Red Green Blue C M Y K H S L
Decimal 16 112 161 0.90 0.30 0 0.37 200.28 0.82 0.35
Hex 10 70 A1 5A 1E 0 25 C8 52 23
Octal 20 160 241 132 36 0 45 310 122 43
Binary 10000 1110000 10100001 1011010 11110 0 100101 11001000 1010010 100011

Color Harmonies of #1070A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1070A1

Black with #1070A1

Text Example


Text Example

White with #1070A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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