Html Css Color HEX #107096 Cerulean

📋 copy color: '#107096'

red 16 ◦ green 112 ◦ blue 150

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

Shades of Cerulean #107096

Tints of Cerulean #107096

RGB

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

 GREEN value IS 112 (44.14% from 255) = 40.29%

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

R = 5.76%
G = 40.29%
B = 53.96%

CMYK

 C value IS 0.89

 M value IS 0.25

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#107096 (or 0x107096) is known color: Cerulean. HEX triplet: 10, 70 and 96. RGB value is (16,112,150). Sum of RGB (Red+Green+Blue) = 16+112+150=278 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.76% from 278); Green value is 112 (44.14% from 255 or 40.29% from 278); Blue value is 150 (58.98% from 255 or 53.96% from 278); Max value from RGB is 150 - color contains mainly: blue. Hex color #107096 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107096 is #EF8F69. Grayscale: #575757. Windows color (decimal): -15699818 or 9859088. OLE color: 9859088.

HSL color Cylindrical-coordinate representation of color #107096: hue angle of 197.01º 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 #107096 is Cyan = 0.89, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 16 112 150 -
CMYK 0.89 0.25 0 0.41
HSL 197.01º 0.81% 0.33% -
HSV(B) 197.01º 0.89% 0.59% -
XYZ 11.51 13.9 30.93 -
YUV 87.63 163.2 76.91 -
System Red Green Blue C M Y K H S L
Decimal 16 112 150 0.89 0.25 0 0.41 197.01 0.81 0.33
Hex 10 70 96 59 19 0 29 C5 51 21
Octal 20 160 226 131 31 0 51 305 121 41
Binary 10000 1110000 10010110 1011001 11001 0 101001 11000101 1010001 100001

Color Harmonies of #107096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107096

Black with #107096

Text Example


Text Example

White with #107096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #107096; }

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

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

background-color css

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

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

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

border-color css

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

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

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