Html Css Color HEX #106CAA Cerulean

📋 copy color: '#106CAA'

red 16 ◦ green 108 ◦ blue 170

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

Shades of Cerulean #106CAA

Tints of Cerulean #106CAA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 36.73%

 BLUE value IS 170 (66.8% from 255) = 57.82%

R = 5.44%
G = 36.73%
B = 57.82%

CMYK

 C value IS 0.91

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#106CAA (or 0x106CAA) is known color: Cerulean. HEX triplet: 10, 6C and AA. RGB value is (16,108,170). Sum of RGB (Red+Green+Blue) = 16+108+170=294 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.44% from 294); Green value is 108 (42.58% from 255 or 36.73% from 294); Blue value is 170 (66.80% from 255 or 57.82% from 294); Max value from RGB is 170 - color contains mainly: blue. Hex color #106CAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106CAA is #EF9355. Grayscale: #575757. Windows color (decimal): -15700822 or 11168784. OLE color: 11168784.

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

Color convert

RGB 16 108 170 -
CMYK 0.91 0.36 0 0.33
HSL 204.16º 0.83% 0.36% -
HSV(B) 204.16º 0.91% 0.67% -
XYZ 12.83 13.74 40.01 -
YUV 87.56 174.52 76.96 -
System Red Green Blue C M Y K H S L
Decimal 16 108 170 0.91 0.36 0 0.33 204.16 0.83 0.36
Hex 10 6C AA 5B 24 0 21 CC 53 24
Octal 20 154 252 133 44 0 41 314 123 44
Binary 10000 1101100 10101010 1011011 100100 0 100001 11001100 1010011 100100

Color Harmonies of #106CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106CAA

Black with #106CAA

Text Example


Text Example

White with #106CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,108,170); }

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

background-color css

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

 a { background-color: rgb(16,108,170); }

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

border-color css

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

 span { border-color: rgb(16,108,170); }

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