Html Css Color HEX #107396 Cerulean

📋 copy color: '#107396'

red 16 ◦ green 115 ◦ blue 150

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

Shades of Cerulean #107396

Tints of Cerulean #107396

RGB

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

 GREEN value IS 115 (45.31% from 255) = 40.93%

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

R = 5.69%
G = 40.93%
B = 53.38%

CMYK

 C value IS 0.89

 M value IS 0.23

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#107396 (or 0x107396) is known color: Cerulean. HEX triplet: 10, 73 and 96. RGB value is (16,115,150). Sum of RGB (Red+Green+Blue) = 16+115+150=281 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.69% from 281); Green value is 115 (45.31% from 255 or 40.93% from 281); Blue value is 150 (58.98% from 255 or 53.38% from 281); Max value from RGB is 150 - color contains mainly: blue. Hex color #107396 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107396 is #EF8C69. Grayscale: #595959. Windows color (decimal): -15699050 or 9859856. OLE color: 9859856.

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

Color convert

RGB 16 115 150 -
CMYK 0.89 0.23 0 0.41
HSL 195.67º 0.81% 0.33% -
HSV(B) 195.67º 0.89% 0.59% -
XYZ 11.85 14.57 31.04 -
YUV 89.39 162.2 75.65 -
System Red Green Blue C M Y K H S L
Decimal 16 115 150 0.89 0.23 0 0.41 195.67 0.81 0.33
Hex 10 73 96 59 17 0 29 C4 51 21
Octal 20 163 226 131 27 0 51 304 121 41
Binary 10000 1110011 10010110 1011001 10111 0 101001 11000100 1010001 100001

Color Harmonies of #107396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107396

Black with #107396

Text Example


Text Example

White with #107396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #107396; }

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

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

background-color css

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

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

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

border-color css

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

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

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