Html Css Color HEX #107095 Cerulean

📋 copy color: '#107095'

red 16 ◦ green 112 ◦ blue 149

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

Shades of Cerulean #107095

Tints of Cerulean #107095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 53.79%

R = 5.78%
G = 40.43%
B = 53.79%

CMYK

 C value IS 0.89

 M value IS 0.25

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#107095 (or 0x107095) is known color: Cerulean. HEX triplet: 10, 70 and 95. RGB value is (16,112,149). Sum of RGB (Red+Green+Blue) = 16+112+149=277 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.78% from 277); Green value is 112 (44.14% from 255 or 40.43% from 277); Blue value is 149 (58.59% from 255 or 53.79% from 277); Max value from RGB is 149 - color contains mainly: blue. Hex color #107095 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107095 is #EF8F6A. Grayscale: #575757. Windows color (decimal): -15699819 or 9793552. OLE color: 9793552.

HSL color Cylindrical-coordinate representation of color #107095: hue angle of 196.69º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #107095 is Cyan = 0.89, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 16 112 149 -
CMYK 0.89 0.25 0 0.42
HSL 196.69º 0.81% 0.32% -
HSV(B) 196.69º 0.89% 0.58% -
XYZ 11.43 13.87 30.51 -
YUV 87.51 162.7 76.99 -
System Red Green Blue C M Y K H S L
Decimal 16 112 149 0.89 0.25 0 0.42 196.69 0.81 0.32
Hex 10 70 95 59 19 0 2A C5 51 20
Octal 20 160 225 131 31 0 52 305 121 40
Binary 10000 1110000 10010101 1011001 11001 0 101010 11000101 1010001 100000

Color Harmonies of #107095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107095

Black with #107095

Text Example


Text Example

White with #107095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #107095; }

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

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

background-color css

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

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

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

border-color css

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

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

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