Html Css Color HEX #10759E Cerulean

📋 copy color: '#10759E'

red 16 ◦ green 117 ◦ blue 158

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

Shades of Cerulean #10759E

Tints of Cerulean #10759E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 40.21%

 BLUE value IS 158 (62.11% from 255) = 54.3%

R = 5.5%
G = 40.21%
B = 54.3%

CMYK

 C value IS 0.90

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#10759E (or 0x10759E) is known color: Cerulean. HEX triplet: 10, 75 and 9E. RGB value is (16,117,158). Sum of RGB (Red+Green+Blue) = 16+117+158=291 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.50% from 291); Green value is 117 (46.09% from 255 or 40.21% from 291); Blue value is 158 (62.11% from 255 or 54.30% from 291); Max value from RGB is 158 - color contains mainly: blue. Hex color #10759E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10759E is #EF8A61. Grayscale: #5B5B5B. Windows color (decimal): -15698530 or 10384656. OLE color: 10384656.

HSL color Cylindrical-coordinate representation of color #10759E: hue angle of 197.32º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10759E is Cyan = 0.90, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 16 117 158 -
CMYK 0.90 0.26 0 0.38
HSL 197.32º 0.82% 0.34% -
HSV(B) 197.32º 0.9% 0.62% -
XYZ 12.75 15.3 34.63 -
YUV 91.48 165.54 74.17 -
System Red Green Blue C M Y K H S L
Decimal 16 117 158 0.90 0.26 0 0.38 197.32 0.82 0.34
Hex 10 75 9E 5A 1A 0 26 C5 52 22
Octal 20 165 236 132 32 0 46 305 122 42
Binary 10000 1110101 10011110 1011010 11010 0 100110 11000101 1010010 100010

Color Harmonies of #10759E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10759E

Black with #10759E

Text Example


Text Example

White with #10759E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10759E; }

 p { color: rgb(16,117,158); }

 H1.HeaderClassName
 {
   color: #10759E;
 }
 .AnyTagClassName
 {
   color: #10759E;
 }
</style>

background-color css

<style>
 a { background-color: #10759E; }

 a { background-color: rgb(16,117,158); }

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

border-color css

<style>
 span { border-color: #10759E; }

 span { border-color: rgb(16,117,158); }

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