Html Css Color HEX #10759F Cerulean

📋 copy color: '#10759F'

red 16 ◦ green 117 ◦ blue 159

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

Shades of Cerulean #10759F

Tints of Cerulean #10759F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 54.45%

R = 5.48%
G = 40.07%
B = 54.45%

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

#10759F (or 0x10759F) is known color: Cerulean. HEX triplet: 10, 75 and 9F. RGB value is (16,117,159). Sum of RGB (Red+Green+Blue) = 16+117+159=292 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.48% from 292); Green value is 117 (46.09% from 255 or 40.07% from 292); Blue value is 159 (62.5% from 255 or 54.45% from 292); Max value from RGB is 159 - color contains mainly: blue. Hex color #10759F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10759F is #EF8A60. Grayscale: #5B5B5B. Windows color (decimal): -15698529 or 10450192. OLE color: 10450192.

HSL color Cylindrical-coordinate representation of color #10759F: hue angle of 197.62º 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 #10759F is Cyan = 0.90, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 16 117 159 -
CMYK 0.90 0.26 0 0.38
HSL 197.62º 0.82% 0.34% -
HSV(B) 197.62º 0.9% 0.62% -
XYZ 12.83 15.34 35.08 -
YUV 91.59 166.04 74.08 -
System Red Green Blue C M Y K H S L
Decimal 16 117 159 0.90 0.26 0 0.38 197.62 0.82 0.34
Hex 10 75 9F 5A 1A 0 26 C6 52 22
Octal 20 165 237 132 32 0 46 306 122 42
Binary 10000 1110101 10011111 1011010 11010 0 100110 11000110 1010010 100010

Color Harmonies of #10759F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10759F

Black with #10759F

Text Example


Text Example

White with #10759F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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