Html Css Color HEX #107595 Cerulean

📋 copy color: '#107595'

red 16 ◦ green 117 ◦ blue 149

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

Shades of Cerulean #107595

Tints of Cerulean #107595

RGB

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

 GREEN value IS 117 (46.09% from 255) = 41.49%

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

R = 5.67%
G = 41.49%
B = 52.84%

CMYK

 C value IS 0.89

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#107595 (or 0x107595) is known color: Cerulean. HEX triplet: 10, 75 and 95. RGB value is (16,117,149). Sum of RGB (Red+Green+Blue) = 16+117+149=282 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.67% from 282); Green value is 117 (46.09% from 255 or 41.49% from 282); Blue value is 149 (58.59% from 255 or 52.84% from 282); Max value from RGB is 149 - color contains mainly: blue. Hex color #107595 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107595 is #EF8A6A. Grayscale: #5A5A5A. Windows color (decimal): -15698539 or 9794832. OLE color: 9794832.

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

Color convert

RGB 16 117 149 -
CMYK 0.89 0.21 0 0.42
HSL 194.44º 0.81% 0.32% -
HSV(B) 194.44º 0.89% 0.58% -
XYZ 12 15 30.7 -
YUV 90.45 161.04 74.9 -
System Red Green Blue C M Y K H S L
Decimal 16 117 149 0.89 0.21 0 0.42 194.44 0.81 0.32
Hex 10 75 95 59 15 0 2A C2 51 20
Octal 20 165 225 131 25 0 52 302 121 40
Binary 10000 1110101 10010101 1011001 10101 0 101010 11000010 1010001 100000

Color Harmonies of #107595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107595

Black with #107595

Text Example


Text Example

White with #107595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #107595; }

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

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

background-color css

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

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

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

border-color css

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

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

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