Html Css Color HEX #1073AB Cerulean

📋 copy color: '#1073AB'

red 16 ◦ green 115 ◦ blue 171

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

Shades of Cerulean #1073AB

Tints of Cerulean #1073AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 56.62%

R = 5.3%
G = 38.08%
B = 56.62%

CMYK

 C value IS 0.91

 M value IS 0.33

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1073AB (or 0x1073AB) is known color: Cerulean. HEX triplet: 10, 73 and AB. RGB value is (16,115,171). Sum of RGB (Red+Green+Blue) = 16+115+171=302 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.30% from 302); Green value is 115 (45.31% from 255 or 38.08% from 302); Blue value is 171 (67.19% from 255 or 56.62% from 302); Max value from RGB is 171 - color contains mainly: blue. Hex color #1073AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1073AB is #EF8C54. Grayscale: #5B5B5B. Windows color (decimal): -15699029 or 11236112. OLE color: 11236112.

HSL color Cylindrical-coordinate representation of color #1073AB: hue angle of 201.68º 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 #1073AB is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 16 115 171 -
CMYK 0.91 0.33 0 0.33
HSL 201.68º 0.83% 0.37% -
HSV(B) 201.68º 0.91% 0.67% -
XYZ 13.7 15.31 40.76 -
YUV 91.78 172.7 73.95 -
System Red Green Blue C M Y K H S L
Decimal 16 115 171 0.91 0.33 0 0.33 201.68 0.83 0.37
Hex 10 73 AB 5B 21 0 21 CA 53 25
Octal 20 163 253 133 41 0 41 312 123 45
Binary 10000 1110011 10101011 1011011 100001 0 100001 11001010 1010011 100101

Color Harmonies of #1073AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1073AB

Black with #1073AB

Text Example


Text Example

White with #1073AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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