Html Css Color HEX #10749E Cerulean

📋 copy color: '#10749E'

red 16 ◦ green 116 ◦ blue 158

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

Shades of Cerulean #10749E

Tints of Cerulean #10749E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40%

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

R = 5.52%
G = 40%
B = 54.48%

CMYK

 C value IS 0.90

 M value IS 0.27

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#10749E (or 0x10749E) is known color: Cerulean. HEX triplet: 10, 74 and 9E. RGB value is (16,116,158). Sum of RGB (Red+Green+Blue) = 16+116+158=290 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.52% from 290); Green value is 116 (45.70% from 255 or 40% from 290); Blue value is 158 (62.11% from 255 or 54.48% from 290); Max value from RGB is 158 - color contains mainly: blue. Hex color #10749E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10749E is #EF8B61. Grayscale: #5A5A5A. Windows color (decimal): -15698786 or 10384400. OLE color: 10384400.

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

Color convert

RGB 16 116 158 -
CMYK 0.90 0.27 0 0.38
HSL 197.75º 0.82% 0.34% -
HSV(B) 197.75º 0.9% 0.62% -
XYZ 12.63 15.07 34.59 -
YUV 90.89 165.87 74.58 -
System Red Green Blue C M Y K H S L
Decimal 16 116 158 0.90 0.27 0 0.38 197.75 0.82 0.34
Hex 10 74 9E 5A 1B 0 26 C6 52 22
Octal 20 164 236 132 33 0 46 306 122 42
Binary 10000 1110100 10011110 1011010 11011 0 100110 11000110 1010010 100010

Color Harmonies of #10749E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10749E

Black with #10749E

Text Example


Text Example

White with #10749E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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