Html Css Color HEX #106FA8 Cerulean

📋 copy color: '#106FA8'

red 16 ◦ green 111 ◦ blue 168

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

Shades of Cerulean #106FA8

Tints of Cerulean #106FA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 56.95%

R = 5.42%
G = 37.63%
B = 56.95%

CMYK

 C value IS 0.90

 M value IS 0.34

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#106FA8 (or 0x106FA8) is known color: Cerulean. HEX triplet: 10, 6F and A8. RGB value is (16,111,168). Sum of RGB (Red+Green+Blue) = 16+111+168=295 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.42% from 295); Green value is 111 (43.75% from 255 or 37.63% from 295); Blue value is 168 (66.02% from 255 or 56.95% from 295); Max value from RGB is 168 - color contains mainly: blue. Hex color #106FA8 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106FA8 is #EF9057. Grayscale: #585858. Windows color (decimal): -15700056 or 11038480. OLE color: 11038480.

HSL color Cylindrical-coordinate representation of color #106FA8: hue angle of 202.5º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #106FA8 is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 16 111 168 -
CMYK 0.90 0.34 0 0.34
HSL 202.5º 0.83% 0.36% -
HSV(B) 202.5º 0.9% 0.66% -
XYZ 12.97 14.31 39.12 -
YUV 89.09 172.53 75.87 -
System Red Green Blue C M Y K H S L
Decimal 16 111 168 0.90 0.34 0 0.34 202.5 0.83 0.36
Hex 10 6F A8 5A 22 0 22 CA 53 24
Octal 20 157 250 132 42 0 42 312 123 44
Binary 10000 1101111 10101000 1011010 100010 0 100010 11001010 1010011 100100

Color Harmonies of #106FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106FA8

Black with #106FA8

Text Example


Text Example

White with #106FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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