Html Css Color HEX #106FAB Cerulean

📋 copy color: '#106FAB'

red 16 ◦ green 111 ◦ blue 171

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

Shades of Cerulean #106FAB

Tints of Cerulean #106FAB

RGB

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

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

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

R = 5.37%
G = 37.25%
B = 57.38%

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

#106FAB (or 0x106FAB) is known color: Cerulean. HEX triplet: 10, 6F and AB. RGB value is (16,111,171). Sum of RGB (Red+Green+Blue) = 16+111+171=298 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.37% from 298); Green value is 111 (43.75% from 255 or 37.25% from 298); Blue value is 171 (67.19% from 255 or 57.38% from 298); Max value from RGB is 171 - color contains mainly: blue. Hex color #106FAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106FAB is #EF9054. Grayscale: #595959. Windows color (decimal): -15700053 or 11235088. OLE color: 11235088.

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

Color convert

RGB 16 111 171 -
CMYK 0.91 0.35 0 0.33
HSL 203.23º 0.83% 0.37% -
HSV(B) 203.23º 0.91% 0.67% -
XYZ 13.25 14.42 40.61 -
YUV 89.44 174.03 75.62 -
System Red Green Blue C M Y K H S L
Decimal 16 111 171 0.91 0.35 0 0.33 203.23 0.83 0.37
Hex 10 6F AB 5B 23 0 21 CB 53 25
Octal 20 157 253 133 43 0 41 313 123 45
Binary 10000 1101111 10101011 1011011 100011 0 100001 11001011 1010011 100101

Color Harmonies of #106FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106FAB

Black with #106FAB

Text Example


Text Example

White with #106FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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