Html Css Color HEX #10759C Cerulean

📋 copy color: '#10759C'

red 16 ◦ green 117 ◦ blue 156

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

Shades of Cerulean #10759C

Tints of Cerulean #10759C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 53.98%

R = 5.54%
G = 40.48%
B = 53.98%

CMYK

 C value IS 0.90

 M value IS 0.25

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#10759C (or 0x10759C) is known color: Cerulean. HEX triplet: 10, 75 and 9C. RGB value is (16,117,156). Sum of RGB (Red+Green+Blue) = 16+117+156=289 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.54% from 289); Green value is 117 (46.09% from 255 or 40.48% from 289); Blue value is 156 (61.33% from 255 or 53.98% from 289); Max value from RGB is 156 - color contains mainly: blue. Hex color #10759C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10759C is #EF8A63. Grayscale: #5A5A5A. Windows color (decimal): -15698532 or 10253584. OLE color: 10253584.

HSL color Cylindrical-coordinate representation of color #10759C: hue angle of 196.71º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10759C is Cyan = 0.90, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 16 117 156 -
CMYK 0.90 0.25 0 0.39
HSL 196.71º 0.81% 0.34% -
HSV(B) 196.71º 0.9% 0.61% -
XYZ 12.58 15.23 33.73 -
YUV 91.25 164.54 74.33 -
System Red Green Blue C M Y K H S L
Decimal 16 117 156 0.90 0.25 0 0.39 196.71 0.81 0.34
Hex 10 75 9C 5A 19 0 27 C5 51 22
Octal 20 165 234 132 31 0 47 305 121 42
Binary 10000 1110101 10011100 1011010 11001 0 100111 11000101 1010001 100010

Color Harmonies of #10759C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10759C

Black with #10759C

Text Example


Text Example

White with #10759C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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