Html Css Color HEX #10729A Cerulean

📋 copy color: '#10729A'

red 16 ◦ green 114 ◦ blue 154

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

Shades of Cerulean #10729A

Tints of Cerulean #10729A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 40.14%

 BLUE value IS 154 (60.55% from 255) = 54.23%

R = 5.63%
G = 40.14%
B = 54.23%

CMYK

 C value IS 0.90

 M value IS 0.26

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#10729A (or 0x10729A) is known color: Cerulean. HEX triplet: 10, 72 and 9A. RGB value is (16,114,154). Sum of RGB (Red+Green+Blue) = 16+114+154=284 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.63% from 284); Green value is 114 (44.92% from 255 or 40.14% from 284); Blue value is 154 (60.55% from 255 or 54.23% from 284); Max value from RGB is 154 - color contains mainly: blue. Hex color #10729A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10729A is #EF8D65. Grayscale: #585858. Windows color (decimal): -15699302 or 10121744. OLE color: 10121744.

HSL color Cylindrical-coordinate representation of color #10729A: hue angle of 197.39º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10729A is Cyan = 0.90, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 16 114 154 -
CMYK 0.90 0.26 0 0.40
HSL 197.39º 0.81% 0.33% -
HSV(B) 197.39º 0.9% 0.6% -
XYZ 12.06 14.48 32.73 -
YUV 89.26 164.53 75.75 -
System Red Green Blue C M Y K H S L
Decimal 16 114 154 0.90 0.26 0 0.40 197.39 0.81 0.33
Hex 10 72 9A 5A 1A 0 28 C5 51 21
Octal 20 162 232 132 32 0 50 305 121 41
Binary 10000 1110010 10011010 1011010 11010 0 101000 11000101 1010001 100001

Color Harmonies of #10729A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10729A

Black with #10729A

Text Example


Text Example

White with #10729A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10729A; }

 p { color: rgb(16,114,154); }

 H1.HeaderClassName
 {
   color: #10729A;
 }
 .AnyTagClassName
 {
   color: #10729A;
 }
</style>

background-color css

<style>
 a { background-color: #10729A; }

 a { background-color: rgb(16,114,154); }

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

border-color css

<style>
 span { border-color: #10729A; }

 span { border-color: rgb(16,114,154); }

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