Html Css Color HEX #1078BA Cerulean

📋 copy color: '#1078BA'

red 16 ◦ green 120 ◦ blue 186

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

Shades of Cerulean #1078BA

Tints of Cerulean #1078BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 57.76%

R = 4.97%
G = 37.27%
B = 57.76%

CMYK

 C value IS 0.91

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1078BA (or 0x1078BA) is known color: Cerulean. HEX triplet: 10, 78 and BA. RGB value is (16,120,186). Sum of RGB (Red+Green+Blue) = 16+120+186=322 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.97% from 322); Green value is 120 (47.27% from 255 or 37.27% from 322); Blue value is 186 (73.05% from 255 or 57.76% from 322); Max value from RGB is 186 - color contains mainly: blue. Hex color #1078BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1078BA is #EF8745. Grayscale: #606060. Windows color (decimal): -15697734 or 12220432. OLE color: 12220432.

HSL color Cylindrical-coordinate representation of color #1078BA: hue angle of 203.29º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1078BA is Cyan = 0.91, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 16 120 186 -
CMYK 0.91 0.35 0 0.27
HSL 203.29º 0.84% 0.4% -
HSV(B) 203.29º 0.91% 0.73% -
XYZ 15.79 17.09 48.92 -
YUV 96.43 178.54 70.63 -
System Red Green Blue C M Y K H S L
Decimal 16 120 186 0.91 0.35 0 0.27 203.29 0.84 0.4
Hex 10 78 BA 5B 23 0 1B CB 54 28
Octal 20 170 272 133 43 0 33 313 124 50
Binary 10000 1111000 10111010 1011011 100011 0 11011 11001011 1010100 101000

Color Harmonies of #1078BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1078BA

Black with #1078BA

Text Example


Text Example

White with #1078BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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