Html Css Color HEX #107295 Cerulean

📋 copy color: '#107295'

red 16 ◦ green 114 ◦ blue 149

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

Shades of Cerulean #107295

Tints of Cerulean #107295

RGB

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

 GREEN value IS 114 (44.92% from 255) = 40.86%

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

R = 5.73%
G = 40.86%
B = 53.41%

CMYK

 C value IS 0.89

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#107295 (or 0x107295) is known color: Cerulean. HEX triplet: 10, 72 and 95. RGB value is (16,114,149). Sum of RGB (Red+Green+Blue) = 16+114+149=279 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.73% from 279); Green value is 114 (44.92% from 255 or 40.86% from 279); Blue value is 149 (58.59% from 255 or 53.41% from 279); Max value from RGB is 149 - color contains mainly: blue. Hex color #107295 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107295 is #EF8D6A. Grayscale: #585858. Windows color (decimal): -15699307 or 9794064. OLE color: 9794064.

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

Color convert

RGB 16 114 149 -
CMYK 0.89 0.23 0 0.42
HSL 195.79º 0.81% 0.32% -
HSV(B) 195.79º 0.89% 0.58% -
XYZ 11.66 14.31 30.58 -
YUV 88.69 162.03 76.15 -
System Red Green Blue C M Y K H S L
Decimal 16 114 149 0.89 0.23 0 0.42 195.79 0.81 0.32
Hex 10 72 95 59 17 0 2A C4 51 20
Octal 20 162 225 131 27 0 52 304 121 40
Binary 10000 1110010 10010101 1011001 10111 0 101010 11000100 1010001 100000

Color Harmonies of #107295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107295

Black with #107295

Text Example


Text Example

White with #107295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #107295; }

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

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

background-color css

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

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

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

border-color css

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

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

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