Html Css Color HEX #106FAC Cerulean

📋 copy color: '#106FAC'

red 16 ◦ green 111 ◦ blue 172

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

Shades of Cerulean #106FAC

Tints of Cerulean #106FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 57.53%

R = 5.35%
G = 37.12%
B = 57.53%

CMYK

 C value IS 0.91

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#106FAC (or 0x106FAC) is known color: Cerulean. HEX triplet: 10, 6F and AC. RGB value is (16,111,172). Sum of RGB (Red+Green+Blue) = 16+111+172=299 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.35% from 299); Green value is 111 (43.75% from 255 or 37.12% from 299); Blue value is 172 (67.58% from 255 or 57.53% from 299); Max value from RGB is 172 - color contains mainly: blue. Hex color #106FAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106FAC is #EF9053. Grayscale: #595959. Windows color (decimal): -15700052 or 11300624. OLE color: 11300624.

HSL color Cylindrical-coordinate representation of color #106FAC: hue angle of 203.46º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #106FAC is Cyan = 0.91, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 16 111 172 -
CMYK 0.91 0.35 0 0.33
HSL 203.46º 0.83% 0.37% -
HSV(B) 203.46º 0.91% 0.67% -
XYZ 13.34 14.46 41.12 -
YUV 89.55 174.53 75.54 -
System Red Green Blue C M Y K H S L
Decimal 16 111 172 0.91 0.35 0 0.33 203.46 0.83 0.37
Hex 10 6F AC 5B 23 0 21 CB 53 25
Octal 20 157 254 133 43 0 41 313 123 45
Binary 10000 1101111 10101100 1011011 100011 0 100001 11001011 1010011 100101

Color Harmonies of #106FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106FAC

Black with #106FAC

Text Example


Text Example

White with #106FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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