Html Css Color HEX #107BA1 Cerulean

📋 copy color: '#107BA1'

red 16 ◦ green 123 ◦ blue 161

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

Shades of Cerulean #107BA1

Tints of Cerulean #107BA1

RGB

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

 GREEN value IS 123 (48.44% from 255) = 41%

 BLUE value IS 161 (63.28% from 255) = 53.67%

R = 5.33%
G = 41%
B = 53.67%

CMYK

 C value IS 0.90

 M value IS 0.24

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#107BA1 (or 0x107BA1) is known color: Cerulean. HEX triplet: 10, 7B and A1. RGB value is (16,123,161). Sum of RGB (Red+Green+Blue) = 16+123+161=300 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.33% from 300); Green value is 123 (48.44% from 255 or 41% from 300); Blue value is 161 (63.28% from 255 or 53.67% from 300); Max value from RGB is 161 - color contains mainly: blue. Hex color #107BA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107BA1 is #EF845E. Grayscale: #5F5F5F. Windows color (decimal): -15696991 or 10582800. OLE color: 10582800.

HSL color Cylindrical-coordinate representation of color #107BA1: hue angle of 195.72º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #107BA1 is Cyan = 0.90, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 16 123 161 -
CMYK 0.90 0.24 0 0.37
HSL 195.72º 0.82% 0.35% -
HSV(B) 195.72º 0.9% 0.63% -
XYZ 13.73 16.85 36.25 -
YUV 95.34 165.05 71.41 -
System Red Green Blue C M Y K H S L
Decimal 16 123 161 0.90 0.24 0 0.37 195.72 0.82 0.35
Hex 10 7B A1 5A 18 0 25 C4 52 23
Octal 20 173 241 132 30 0 45 304 122 43
Binary 10000 1111011 10100001 1011010 11000 0 100101 11000100 1010010 100011

Color Harmonies of #107BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107BA1

Black with #107BA1

Text Example


Text Example

White with #107BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,123,161); }

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

background-color css

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

 a { background-color: rgb(16,123,161); }

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

border-color css

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

 span { border-color: rgb(16,123,161); }

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