Html Css Color HEX #107CAB Cerulean

📋 copy color: '#107CAB'

red 16 ◦ green 124 ◦ blue 171

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

Shades of Cerulean #107CAB

Tints of Cerulean #107CAB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 39.87%

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

R = 5.14%
G = 39.87%
B = 54.98%

CMYK

 C value IS 0.91

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#107CAB (or 0x107CAB) is known color: Cerulean. HEX triplet: 10, 7C and AB. RGB value is (16,124,171). Sum of RGB (Red+Green+Blue) = 16+124+171=311 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.14% from 311); Green value is 124 (48.83% from 255 or 39.87% from 311); Blue value is 171 (67.19% from 255 or 54.98% from 311); Max value from RGB is 171 - color contains mainly: blue. Hex color #107CAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107CAB is #EF8354. Grayscale: #606060. Windows color (decimal): -15696725 or 11238416. OLE color: 11238416.

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

Color convert

RGB 16 124 171 -
CMYK 0.91 0.27 0 0.33
HSL 198.19º 0.83% 0.37% -
HSV(B) 198.19º 0.91% 0.67% -
XYZ 14.77 17.47 41.12 -
YUV 97.07 169.72 70.18 -
System Red Green Blue C M Y K H S L
Decimal 16 124 171 0.91 0.27 0 0.33 198.19 0.83 0.37
Hex 10 7C AB 5B 1B 0 21 C6 53 25
Octal 20 174 253 133 33 0 41 306 123 45
Binary 10000 1111100 10101011 1011011 11011 0 100001 11000110 1010011 100101

Color Harmonies of #107CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107CAB

Black with #107CAB

Text Example


Text Example

White with #107CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #107CAB; }

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

 H1.HeaderClassName
 {
   color: #107CAB;
 }
 .AnyTagClassName
 {
   color: #107CAB;
 }
</style>

background-color css

<style>
 a { background-color: #107CAB; }

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

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

border-color css

<style>
 span { border-color: #107CAB; }

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

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