Html Css Color HEX #1078B2 Cerulean

📋 copy color: '#1078B2'

red 16 ◦ green 120 ◦ blue 178

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

Shades of Cerulean #1078B2

Tints of Cerulean #1078B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 56.69%

R = 5.1%
G = 38.22%
B = 56.69%

CMYK

 C value IS 0.91

 M value IS 0.33

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#1078B2 (or 0x1078B2) is known color: Cerulean. HEX triplet: 10, 78 and B2. RGB value is (16,120,178). Sum of RGB (Red+Green+Blue) = 16+120+178=314 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.10% from 314); Green value is 120 (47.27% from 255 or 38.22% from 314); Blue value is 178 (69.92% from 255 or 56.69% from 314); Max value from RGB is 178 - color contains mainly: blue. Hex color #1078B2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1078B2 is #EF874D. Grayscale: #5F5F5F. Windows color (decimal): -15697742 or 11696144. OLE color: 11696144.

HSL color Cylindrical-coordinate representation of color #1078B2: hue angle of 201.48º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1078B2 is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 16 120 178 -
CMYK 0.91 0.33 0 0.30
HSL 201.48º 0.84% 0.38% -
HSV(B) 201.48º 0.91% 0.7% -
XYZ 14.97 16.76 44.57 -
YUV 95.52 174.54 71.28 -
System Red Green Blue C M Y K H S L
Decimal 16 120 178 0.91 0.33 0 0.30 201.48 0.84 0.38
Hex 10 78 B2 5B 21 0 1E C9 54 26
Octal 20 170 262 133 41 0 36 311 124 46
Binary 10000 1111000 10110010 1011011 100001 0 11110 11001001 1010100 100110

Color Harmonies of #1078B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1078B2

Black with #1078B2

Text Example


Text Example

White with #1078B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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