Html Css Color HEX #106DAB Cerulean

📋 copy color: '#106DAB'

red 16 ◦ green 109 ◦ blue 171

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

Shades of Cerulean #106DAB

Tints of Cerulean #106DAB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 36.82%

 BLUE value IS 171 (67.19% from 255) = 57.77%

R = 5.41%
G = 36.82%
B = 57.77%

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

#106DAB (or 0x106DAB) is known color: Cerulean. HEX triplet: 10, 6D and AB. RGB value is (16,109,171). Sum of RGB (Red+Green+Blue) = 16+109+171=296 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.41% from 296); Green value is 109 (42.97% from 255 or 36.82% from 296); Blue value is 171 (67.19% from 255 or 57.77% from 296); Max value from RGB is 171 - color contains mainly: blue. Hex color #106DAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106DAB is #EF9254. Grayscale: #575757. Windows color (decimal): -15700565 or 11234576. OLE color: 11234576.

HSL color Cylindrical-coordinate representation of color #106DAB: hue angle of 204º 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 #106DAB is Cyan = 0.91, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 16 109 171 -
CMYK 0.91 0.36 0 0.33
HSL 204º 0.83% 0.37% -
HSV(B) 204º 0.91% 0.67% -
XYZ 13.03 13.99 40.54 -
YUV 88.26 174.69 76.46 -
System Red Green Blue C M Y K H S L
Decimal 16 109 171 0.91 0.36 0 0.33 204 0.83 0.37
Hex 10 6D AB 5B 24 0 21 CC 53 25
Octal 20 155 253 133 44 0 41 314 123 45
Binary 10000 1101101 10101011 1011011 100100 0 100001 11001100 1010011 100101

Color Harmonies of #106DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106DAB

Black with #106DAB

Text Example


Text Example

White with #106DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,109,171); }

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

background-color css

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

 a { background-color: rgb(16,109,171); }

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

border-color css

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

 span { border-color: rgb(16,109,171); }

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