Html Css Color HEX #107496 Cerulean

📋 copy color: '#107496'

red 16 ◦ green 116 ◦ blue 150

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

Shades of Cerulean #107496

Tints of Cerulean #107496

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 53.19%

R = 5.67%
G = 41.13%
B = 53.19%

CMYK

 C value IS 0.89

 M value IS 0.23

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#107496 (or 0x107496) is known color: Cerulean. HEX triplet: 10, 74 and 96. RGB value is (16,116,150). Sum of RGB (Red+Green+Blue) = 16+116+150=282 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.67% from 282); Green value is 116 (45.70% from 255 or 41.13% from 282); Blue value is 150 (58.98% from 255 or 53.19% from 282); Max value from RGB is 150 - color contains mainly: blue. Hex color #107496 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107496 is #EF8B69. Grayscale: #595959. Windows color (decimal): -15698794 or 9860112. OLE color: 9860112.

HSL color Cylindrical-coordinate representation of color #107496: hue angle of 195.22º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #107496 is Cyan = 0.89, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 16 116 150 -
CMYK 0.89 0.23 0 0.41
HSL 195.22º 0.81% 0.33% -
HSV(B) 195.22º 0.89% 0.59% -
XYZ 11.96 14.8 31.08 -
YUV 89.98 161.87 75.24 -
System Red Green Blue C M Y K H S L
Decimal 16 116 150 0.89 0.23 0 0.41 195.22 0.81 0.33
Hex 10 74 96 59 17 0 29 C3 51 21
Octal 20 164 226 131 27 0 51 303 121 41
Binary 10000 1110100 10010110 1011001 10111 0 101001 11000011 1010001 100001

Color Harmonies of #107496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107496

Black with #107496

Text Example


Text Example

White with #107496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #107496; }

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

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

background-color css

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

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

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

border-color css

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

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

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