Html Css Color HEX #1076AC Cerulean

📋 copy color: '#1076AC'

red 16 ◦ green 118 ◦ blue 172

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

Shades of Cerulean #1076AC

Tints of Cerulean #1076AC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.56%

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

R = 5.23%
G = 38.56%
B = 56.21%

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

#1076AC (or 0x1076AC) is known color: Cerulean. HEX triplet: 10, 76 and AC. RGB value is (16,118,172). Sum of RGB (Red+Green+Blue) = 16+118+172=306 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.23% from 306); Green value is 118 (46.48% from 255 or 38.56% from 306); Blue value is 172 (67.58% from 255 or 56.21% from 306); Max value from RGB is 172 - color contains mainly: blue. Hex color #1076AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1076AC is #EF8953. Grayscale: #5D5D5D. Windows color (decimal): -15698260 or 11302416. OLE color: 11302416.

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

Color convert

RGB 16 118 172 -
CMYK 0.91 0.31 0 0.33
HSL 200.77º 0.83% 0.37% -
HSV(B) 200.77º 0.91% 0.67% -
XYZ 14.14 16.05 41.38 -
YUV 93.66 172.21 72.61 -
System Red Green Blue C M Y K H S L
Decimal 16 118 172 0.91 0.31 0 0.33 200.77 0.83 0.37
Hex 10 76 AC 5B 1F 0 21 C9 53 25
Octal 20 166 254 133 37 0 41 311 123 45
Binary 10000 1110110 10101100 1011011 11111 0 100001 11001001 1010011 100101

Color Harmonies of #1076AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1076AC

Black with #1076AC

Text Example


Text Example

White with #1076AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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