Html Css Color HEX #10759D Cerulean

📋 copy color: '#10759D'

red 16 ◦ green 117 ◦ blue 157

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

Shades of Cerulean #10759D

Tints of Cerulean #10759D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 54.14%

R = 5.52%
G = 40.34%
B = 54.14%

CMYK

 C value IS 0.90

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#10759D (or 0x10759D) is known color: Cerulean. HEX triplet: 10, 75 and 9D. RGB value is (16,117,157). Sum of RGB (Red+Green+Blue) = 16+117+157=290 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.52% from 290); Green value is 117 (46.09% from 255 or 40.34% from 290); Blue value is 157 (61.72% from 255 or 54.14% from 290); Max value from RGB is 157 - color contains mainly: blue. Hex color #10759D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10759D is #EF8A62. Grayscale: #5B5B5B. Windows color (decimal): -15698531 or 10319120. OLE color: 10319120.

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

Color convert

RGB 16 117 157 -
CMYK 0.90 0.25 0 0.38
HSL 197.02º 0.82% 0.34% -
HSV(B) 197.02º 0.9% 0.62% -
XYZ 12.66 15.27 34.18 -
YUV 91.36 165.04 74.25 -
System Red Green Blue C M Y K H S L
Decimal 16 117 157 0.90 0.25 0 0.38 197.02 0.82 0.34
Hex 10 75 9D 5A 19 0 26 C5 52 22
Octal 20 165 235 132 31 0 46 305 122 42
Binary 10000 1110101 10011101 1011010 11001 0 100110 11000101 1010010 100010

Color Harmonies of #10759D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10759D

Black with #10759D

Text Example


Text Example

White with #10759D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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