Html Css Color HEX #1073A0 Cerulean

📋 copy color: '#1073A0'

red 16 ◦ green 115 ◦ blue 160

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

Shades of Cerulean #1073A0

Tints of Cerulean #1073A0

RGB

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

 GREEN value IS 115 (45.31% from 255) = 39.52%

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

R = 5.5%
G = 39.52%
B = 54.98%

CMYK

 C value IS 0.9

 M value IS 0.28

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#1073A0 (or 0x1073A0) is known color: Cerulean. HEX triplet: 10, 73 and A0. RGB value is (16,115,160). Sum of RGB (Red+Green+Blue) = 16+115+160=291 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.50% from 291); Green value is 115 (45.31% from 255 or 39.52% from 291); Blue value is 160 (62.89% from 255 or 54.98% from 291); Max value from RGB is 160 - color contains mainly: blue. Hex color #1073A0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1073A0 is #EF8C5F. Grayscale: #5A5A5A. Windows color (decimal): -15699040 or 10515216. OLE color: 10515216.

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

Color convert

RGB 16 115 160 -
CMYK 0.9 0.28 0 0.37
HSL 198.75º 0.82% 0.35% -
HSV(B) 198.75º 0.9% 0.63% -
XYZ 12.69 14.91 35.47 -
YUV 90.53 167.2 74.84 -
System Red Green Blue C M Y K H S L
Decimal 16 115 160 0.9 0.28 0 0.37 198.75 0.82 0.35
Hex 10 73 A0 5A 1C 0 25 C7 52 23
Octal 20 163 240 132 34 0 45 307 122 43
Binary 10000 1110011 10100000 1011010 11100 0 100101 11000111 1010010 100011

Color Harmonies of #1073A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1073A0

Black with #1073A0

Text Example


Text Example

White with #1073A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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