Html Css Color HEX #106FA4 Cerulean

📋 copy color: '#106FA4'

red 16 ◦ green 111 ◦ blue 164

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

Shades of Cerulean #106FA4

Tints of Cerulean #106FA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 56.36%

R = 5.5%
G = 38.14%
B = 56.36%

CMYK

 C value IS 0.90

 M value IS 0.32

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#106FA4 (or 0x106FA4) is known color: Cerulean. HEX triplet: 10, 6F and A4. RGB value is (16,111,164). Sum of RGB (Red+Green+Blue) = 16+111+164=291 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.50% from 291); Green value is 111 (43.75% from 255 or 38.14% from 291); Blue value is 164 (64.45% from 255 or 56.36% from 291); Max value from RGB is 164 - color contains mainly: blue. Hex color #106FA4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106FA4 is #EF905B. Grayscale: #585858. Windows color (decimal): -15700060 or 10776336. OLE color: 10776336.

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

Color convert

RGB 16 111 164 -
CMYK 0.90 0.32 0 0.36
HSL 201.49º 0.82% 0.35% -
HSV(B) 201.49º 0.9% 0.64% -
XYZ 12.6 14.16 37.19 -
YUV 88.64 170.53 76.19 -
System Red Green Blue C M Y K H S L
Decimal 16 111 164 0.90 0.32 0 0.36 201.49 0.82 0.35
Hex 10 6F A4 5A 20 0 24 C9 52 23
Octal 20 157 244 132 40 0 44 311 122 43
Binary 10000 1101111 10100100 1011010 100000 0 100100 11001001 1010010 100011

Color Harmonies of #106FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106FA4

Black with #106FA4

Text Example


Text Example

White with #106FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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