Html Css Color HEX #106E94 Cerulean

📋 copy color: '#106E94'

red 16 ◦ green 110 ◦ blue 148

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

Shades of Cerulean #106E94

Tints of Cerulean #106E94

RGB

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

 GREEN value IS 110 (43.36% from 255) = 40.15%

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

R = 5.84%
G = 40.15%
B = 54.01%

CMYK

 C value IS 0.89

 M value IS 0.26

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#106E94 (or 0x106E94) is known color: Cerulean. HEX triplet: 10, 6E and 94. RGB value is (16,110,148). Sum of RGB (Red+Green+Blue) = 16+110+148=274 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.84% from 274); Green value is 110 (43.36% from 255 or 40.15% from 274); Blue value is 148 (58.20% from 255 or 54.01% from 274); Max value from RGB is 148 - color contains mainly: blue. Hex color #106E94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106E94 is #EF916B. Grayscale: #555555. Windows color (decimal): -15700332 or 9727504. OLE color: 9727504.

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

Color convert

RGB 16 110 148 -
CMYK 0.89 0.26 0 0.42
HSL 197.27º 0.8% 0.32% -
HSV(B) 197.27º 0.89% 0.58% -
XYZ 11.13 13.4 30.02 -
YUV 86.23 162.86 77.91 -
System Red Green Blue C M Y K H S L
Decimal 16 110 148 0.89 0.26 0 0.42 197.27 0.8 0.32
Hex 10 6E 94 59 1A 0 2A C5 50 20
Octal 20 156 224 131 32 0 52 305 120 40
Binary 10000 1101110 10010100 1011001 11010 0 101010 11000101 1010000 100000

Color Harmonies of #106E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106E94

Black with #106E94

Text Example


Text Example

White with #106E94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106E94; }

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

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

background-color css

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

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

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

border-color css

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

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

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