Html Css Color HEX #1078AB Cerulean

📋 copy color: '#1078AB'

red 16 ◦ green 120 ◦ blue 171

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

Shades of Cerulean #1078AB

Tints of Cerulean #1078AB

RGB

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

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

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

R = 5.21%
G = 39.09%
B = 55.7%

CMYK

 C value IS 0.91

 M value IS 0.30

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1078AB (or 0x1078AB) is known color: Cerulean. HEX triplet: 10, 78 and AB. RGB value is (16,120,171). Sum of RGB (Red+Green+Blue) = 16+120+171=307 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.21% from 307); Green value is 120 (47.27% from 255 or 39.09% from 307); Blue value is 171 (67.19% from 255 or 55.70% from 307); Max value from RGB is 171 - color contains mainly: blue. Hex color #1078AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1078AB is #EF8754. Grayscale: #5E5E5E. Windows color (decimal): -15697749 or 11237392. OLE color: 11237392.

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

Color convert

RGB 16 120 171 -
CMYK 0.91 0.30 0 0.33
HSL 199.74º 0.83% 0.37% -
HSV(B) 199.74º 0.91% 0.67% -
XYZ 14.28 16.48 40.96 -
YUV 94.72 171.04 71.85 -
System Red Green Blue C M Y K H S L
Decimal 16 120 171 0.91 0.30 0 0.33 199.74 0.83 0.37
Hex 10 78 AB 5B 1E 0 21 C8 53 25
Octal 20 170 253 133 36 0 41 310 123 45
Binary 10000 1111000 10101011 1011011 11110 0 100001 11001000 1010011 100101

Color Harmonies of #1078AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1078AB

Black with #1078AB

Text Example


Text Example

White with #1078AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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