Html Css Color HEX #107195 Cerulean

📋 copy color: '#107195'

red 16 ◦ green 113 ◦ blue 149

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

Shades of Cerulean #107195

Tints of Cerulean #107195

RGB

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

 GREEN value IS 113 (44.53% from 255) = 40.65%

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

R = 5.76%
G = 40.65%
B = 53.6%

CMYK

 C value IS 0.89

 M value IS 0.24

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#107195 (or 0x107195) is known color: Cerulean. HEX triplet: 10, 71 and 95. RGB value is (16,113,149). Sum of RGB (Red+Green+Blue) = 16+113+149=278 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.76% from 278); Green value is 113 (44.53% from 255 or 40.65% from 278); Blue value is 149 (58.59% from 255 or 53.60% from 278); Max value from RGB is 149 - color contains mainly: blue. Hex color #107195 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107195 is #EF8E6A. Grayscale: #575757. Windows color (decimal): -15699563 or 9793808. OLE color: 9793808.

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

Color convert

RGB 16 113 149 -
CMYK 0.89 0.24 0 0.42
HSL 196.24º 0.81% 0.32% -
HSV(B) 196.24º 0.89% 0.58% -
XYZ 11.54 14.09 30.55 -
YUV 88.1 162.36 76.57 -
System Red Green Blue C M Y K H S L
Decimal 16 113 149 0.89 0.24 0 0.42 196.24 0.81 0.32
Hex 10 71 95 59 18 0 2A C4 51 20
Octal 20 161 225 131 30 0 52 304 121 40
Binary 10000 1110001 10010101 1011001 11000 0 101010 11000100 1010001 100000

Color Harmonies of #107195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107195

Black with #107195

Text Example


Text Example

White with #107195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #107195; }

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

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

background-color css

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

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

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

border-color css

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

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

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