Html Css Color HEX #1070AC Cerulean

📋 copy color: '#1070AC'

red 16 ◦ green 112 ◦ blue 172

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

Shades of Cerulean #1070AC

Tints of Cerulean #1070AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 57.33%

R = 5.33%
G = 37.33%
B = 57.33%

CMYK

 C value IS 0.91

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1070AC (or 0x1070AC) is known color: Cerulean. HEX triplet: 10, 70 and AC. RGB value is (16,112,172). Sum of RGB (Red+Green+Blue) = 16+112+172=300 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.33% from 300); Green value is 112 (44.14% from 255 or 37.33% from 300); Blue value is 172 (67.58% from 255 or 57.33% from 300); Max value from RGB is 172 - color contains mainly: blue. Hex color #1070AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1070AC is #EF8F53. Grayscale: #595959. Windows color (decimal): -15699796 or 11300880. OLE color: 11300880.

HSL color Cylindrical-coordinate representation of color #1070AC: hue angle of 203.08º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1070AC is Cyan = 0.91, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 16 112 172 -
CMYK 0.91 0.35 0 0.33
HSL 203.08º 0.83% 0.37% -
HSV(B) 203.08º 0.91% 0.67% -
XYZ 13.45 14.68 41.15 -
YUV 90.14 174.2 75.12 -
System Red Green Blue C M Y K H S L
Decimal 16 112 172 0.91 0.35 0 0.33 203.08 0.83 0.37
Hex 10 70 AC 5B 23 0 21 CB 53 25
Octal 20 160 254 133 43 0 41 313 123 45
Binary 10000 1110000 10101100 1011011 100011 0 100001 11001011 1010011 100101

Color Harmonies of #1070AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1070AC

Black with #1070AC

Text Example


Text Example

White with #1070AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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