Html Css Color HEX #106FA1 Cerulean

📋 copy color: '#106FA1'

red 16 ◦ green 111 ◦ blue 161

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

Shades of Cerulean #106FA1

Tints of Cerulean #106FA1

RGB

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

 GREEN value IS 111 (43.75% from 255) = 38.54%

 BLUE value IS 161 (63.28% from 255) = 55.9%

R = 5.56%
G = 38.54%
B = 55.9%

CMYK

 C value IS 0.90

 M value IS 0.31

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#106FA1 (or 0x106FA1) is known color: Cerulean. HEX triplet: 10, 6F and A1. RGB value is (16,111,161). Sum of RGB (Red+Green+Blue) = 16+111+161=288 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.56% from 288); Green value is 111 (43.75% from 255 or 38.54% from 288); Blue value is 161 (63.28% from 255 or 55.90% from 288); Max value from RGB is 161 - color contains mainly: blue. Hex color #106FA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106FA1 is #EF905E. Grayscale: #585858. Windows color (decimal): -15700063 or 10579728. OLE color: 10579728.

HSL color Cylindrical-coordinate representation of color #106FA1: hue angle of 200.69º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #106FA1 is Cyan = 0.90, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 16 111 161 -
CMYK 0.90 0.31 0 0.37
HSL 200.69º 0.82% 0.35% -
HSV(B) 200.69º 0.9% 0.63% -
XYZ 12.33 14.05 35.78 -
YUV 88.3 169.03 76.43 -
System Red Green Blue C M Y K H S L
Decimal 16 111 161 0.90 0.31 0 0.37 200.69 0.82 0.35
Hex 10 6F A1 5A 1F 0 25 C9 52 23
Octal 20 157 241 132 37 0 45 311 122 43
Binary 10000 1101111 10100001 1011010 11111 0 100101 11001001 1010010 100011

Color Harmonies of #106FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106FA1

Black with #106FA1

Text Example


Text Example

White with #106FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,111,161); }

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

background-color css

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

 a { background-color: rgb(16,111,161); }

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

border-color css

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

 span { border-color: rgb(16,111,161); }

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