Html Css Color HEX #1073AA Cerulean

📋 copy color: '#1073AA'

red 16 ◦ green 115 ◦ blue 170

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

Shades of Cerulean #1073AA

Tints of Cerulean #1073AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 56.48%

R = 5.32%
G = 38.21%
B = 56.48%

CMYK

 C value IS 0.91

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1073AA (or 0x1073AA) is known color: Cerulean. HEX triplet: 10, 73 and AA. RGB value is (16,115,170). Sum of RGB (Red+Green+Blue) = 16+115+170=301 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.32% from 301); Green value is 115 (45.31% from 255 or 38.21% from 301); Blue value is 170 (66.80% from 255 or 56.48% from 301); Max value from RGB is 170 - color contains mainly: blue. Hex color #1073AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1073AA is #EF8C55. Grayscale: #5B5B5B. Windows color (decimal): -15699030 or 11170576. OLE color: 11170576.

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

Color convert

RGB 16 115 170 -
CMYK 0.91 0.32 0 0.33
HSL 201.43º 0.83% 0.36% -
HSV(B) 201.43º 0.91% 0.67% -
XYZ 13.6 15.27 40.26 -
YUV 91.67 172.2 74.03 -
System Red Green Blue C M Y K H S L
Decimal 16 115 170 0.91 0.32 0 0.33 201.43 0.83 0.36
Hex 10 73 AA 5B 20 0 21 C9 53 24
Octal 20 163 252 133 40 0 41 311 123 44
Binary 10000 1110011 10101010 1011011 100000 0 100001 11001001 1010011 100100

Color Harmonies of #1073AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1073AA

Black with #1073AA

Text Example


Text Example

White with #1073AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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