Html Css Color HEX #10749C Cerulean

📋 copy color: '#10749C'

red 16 ◦ green 116 ◦ blue 156

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

Shades of Cerulean #10749C

Tints of Cerulean #10749C

RGB

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

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

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

R = 5.56%
G = 40.28%
B = 54.17%

CMYK

 C value IS 0.90

 M value IS 0.26

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#10749C (or 0x10749C) is known color: Cerulean. HEX triplet: 10, 74 and 9C. RGB value is (16,116,156). Sum of RGB (Red+Green+Blue) = 16+116+156=288 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.56% from 288); Green value is 116 (45.70% from 255 or 40.28% from 288); Blue value is 156 (61.33% from 255 or 54.17% from 288); Max value from RGB is 156 - color contains mainly: blue. Hex color #10749C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10749C is #EF8B63. Grayscale: #5A5A5A. Windows color (decimal): -15698788 or 10253328. OLE color: 10253328.

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

Color convert

RGB 16 116 156 -
CMYK 0.90 0.26 0 0.39
HSL 197.14º 0.81% 0.34% -
HSV(B) 197.14º 0.9% 0.61% -
XYZ 12.46 15 33.69 -
YUV 90.66 164.87 74.75 -
System Red Green Blue C M Y K H S L
Decimal 16 116 156 0.90 0.26 0 0.39 197.14 0.81 0.34
Hex 10 74 9C 5A 1A 0 27 C5 51 22
Octal 20 164 234 132 32 0 47 305 121 42
Binary 10000 1110100 10011100 1011010 11010 0 100111 11000101 1010001 100010

Color Harmonies of #10749C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10749C

Black with #10749C

Text Example


Text Example

White with #10749C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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