Html Css Color HEX #1077AC Cerulean

📋 copy color: '#1077AC'

red 16 ◦ green 119 ◦ blue 172

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

Shades of Cerulean #1077AC

Tints of Cerulean #1077AC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 38.76%

 BLUE value IS 172 (67.58% from 255) = 56.03%

R = 5.21%
G = 38.76%
B = 56.03%

CMYK

 C value IS 0.91

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1077AC (or 0x1077AC) is known color: Cerulean. HEX triplet: 10, 77 and AC. RGB value is (16,119,172). Sum of RGB (Red+Green+Blue) = 16+119+172=307 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.21% from 307); Green value is 119 (46.88% from 255 or 38.76% from 307); Blue value is 172 (67.58% from 255 or 56.03% from 307); Max value from RGB is 172 - color contains mainly: blue. Hex color #1077AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1077AC is #EF8853. Grayscale: #5D5D5D. Windows color (decimal): -15698004 or 11302672. OLE color: 11302672.

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

Color convert

RGB 16 119 172 -
CMYK 0.91 0.31 0 0.33
HSL 200.38º 0.83% 0.37% -
HSV(B) 200.38º 0.91% 0.67% -
XYZ 14.26 16.28 41.42 -
YUV 94.25 171.88 72.19 -
System Red Green Blue C M Y K H S L
Decimal 16 119 172 0.91 0.31 0 0.33 200.38 0.83 0.37
Hex 10 77 AC 5B 1F 0 21 C8 53 25
Octal 20 167 254 133 37 0 41 310 123 45
Binary 10000 1110111 10101100 1011011 11111 0 100001 11001000 1010011 100101

Color Harmonies of #1077AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1077AC

Black with #1077AC

Text Example


Text Example

White with #1077AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1077AC; }

 p { color: rgb(16,119,172); }

 H1.HeaderClassName
 {
   color: #1077AC;
 }
 .AnyTagClassName
 {
   color: #1077AC;
 }
</style>

background-color css

<style>
 a { background-color: #1077AC; }

 a { background-color: rgb(16,119,172); }

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

border-color css

<style>
 span { border-color: #1077AC; }

 span { border-color: rgb(16,119,172); }

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