Html Css Color HEX #1078AF Cerulean

📋 copy color: '#1078AF'

red 16 ◦ green 120 ◦ blue 175

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

Shades of Cerulean #1078AF

Tints of Cerulean #1078AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 56.27%

R = 5.14%
G = 38.59%
B = 56.27%

CMYK

 C value IS 0.91

 M value IS 0.31

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1078AF (or 0x1078AF) is known color: Cerulean. HEX triplet: 10, 78 and AF. RGB value is (16,120,175). Sum of RGB (Red+Green+Blue) = 16+120+175=311 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.14% from 311); Green value is 120 (47.27% from 255 or 38.59% from 311); Blue value is 175 (68.75% from 255 or 56.27% from 311); Max value from RGB is 175 - color contains mainly: blue. Hex color #1078AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1078AF is #EF8750. Grayscale: #5E5E5E. Windows color (decimal): -15697745 or 11499536. OLE color: 11499536.

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

Color convert

RGB 16 120 175 -
CMYK 0.91 0.31 0 0.31
HSL 200.75º 0.83% 0.37% -
HSV(B) 200.75º 0.91% 0.69% -
XYZ 14.67 16.64 43 -
YUV 95.17 173.04 71.53 -
System Red Green Blue C M Y K H S L
Decimal 16 120 175 0.91 0.31 0 0.31 200.75 0.83 0.37
Hex 10 78 AF 5B 1F 0 1F C9 53 25
Octal 20 170 257 133 37 0 37 311 123 45
Binary 10000 1111000 10101111 1011011 11111 0 11111 11001001 1010011 100101

Color Harmonies of #1078AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1078AF

Black with #1078AF

Text Example


Text Example

White with #1078AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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