Html Css Color HEX #1078AD Cerulean

📋 copy color: '#1078AD'

red 16 ◦ green 120 ◦ blue 173

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

Shades of Cerulean #1078AD

Tints of Cerulean #1078AD

RGB

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

 GREEN value IS 120 (47.27% from 255) = 38.83%

 BLUE value IS 173 (67.97% from 255) = 55.99%

R = 5.18%
G = 38.83%
B = 55.99%

CMYK

 C value IS 0.91

 M value IS 0.31

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1078AD (or 0x1078AD) is known color: Cerulean. HEX triplet: 10, 78 and AD. RGB value is (16,120,173). Sum of RGB (Red+Green+Blue) = 16+120+173=309 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.18% from 309); Green value is 120 (47.27% from 255 or 38.83% from 309); Blue value is 173 (67.97% from 255 or 55.99% from 309); Max value from RGB is 173 - color contains mainly: blue. Hex color #1078AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1078AD is #EF8752. Grayscale: #5E5E5E. Windows color (decimal): -15697747 or 11368464. OLE color: 11368464.

HSL color Cylindrical-coordinate representation of color #1078AD: hue angle of 200.25º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1078AD is Cyan = 0.91, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 16 120 173 -
CMYK 0.91 0.31 0 0.32
HSL 200.25º 0.83% 0.37% -
HSV(B) 200.25º 0.91% 0.68% -
XYZ 14.47 16.56 41.97 -
YUV 94.95 172.04 71.69 -
System Red Green Blue C M Y K H S L
Decimal 16 120 173 0.91 0.31 0 0.32 200.25 0.83 0.37
Hex 10 78 AD 5B 1F 0 20 C8 53 25
Octal 20 170 255 133 37 0 40 310 123 45
Binary 10000 1111000 10101101 1011011 11111 0 100000 11001000 1010011 100101

Color Harmonies of #1078AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1078AD

Black with #1078AD

Text Example


Text Example

White with #1078AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1078AD; }

 p { color: rgb(16,120,173); }

 H1.HeaderClassName
 {
   color: #1078AD;
 }
 .AnyTagClassName
 {
   color: #1078AD;
 }
</style>

background-color css

<style>
 a { background-color: #1078AD; }

 a { background-color: rgb(16,120,173); }

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

border-color css

<style>
 span { border-color: #1078AD; }

 span { border-color: rgb(16,120,173); }

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