Html Css Color HEX #107194 Cerulean

📋 copy color: '#107194'

red 16 ◦ green 113 ◦ blue 148

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

Shades of Cerulean #107194

Tints of Cerulean #107194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 53.43%

R = 5.78%
G = 40.79%
B = 53.43%

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

#107194 (or 0x107194) is known color: Cerulean. HEX triplet: 10, 71 and 94. RGB value is (16,113,148). Sum of RGB (Red+Green+Blue) = 16+113+148=277 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.78% from 277); Green value is 113 (44.53% from 255 or 40.79% from 277); Blue value is 148 (58.20% from 255 or 53.43% from 277); Max value from RGB is 148 - color contains mainly: blue. Hex color #107194 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107194 is #EF8E6B. Grayscale: #575757. Windows color (decimal): -15699564 or 9728272. OLE color: 9728272.

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

Color convert

RGB 16 113 148 -
CMYK 0.89 0.24 0 0.42
HSL 195.91º 0.8% 0.32% -
HSV(B) 195.91º 0.89% 0.58% -
XYZ 11.46 14.06 30.13 -
YUV 87.99 161.86 76.65 -
System Red Green Blue C M Y K H S L
Decimal 16 113 148 0.89 0.24 0 0.42 195.91 0.8 0.32
Hex 10 71 94 59 18 0 2A C4 50 20
Octal 20 161 224 131 30 0 52 304 120 40
Binary 10000 1110001 10010100 1011001 11000 0 101010 11000100 1010000 100000

Color Harmonies of #107194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107194

Black with #107194

Text Example


Text Example

White with #107194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #107194; }

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

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

background-color css

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

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

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

border-color css

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

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

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