Html Css Color HEX #107BA5 Cerulean

📋 copy color: '#107BA5'

red 16 ◦ green 123 ◦ blue 165

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

Shades of Cerulean #107BA5

Tints of Cerulean #107BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 54.28%

R = 5.26%
G = 40.46%
B = 54.28%

CMYK

 C value IS 0.90

 M value IS 0.25

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#107BA5 (or 0x107BA5) is known color: Cerulean. HEX triplet: 10, 7B and A5. RGB value is (16,123,165). Sum of RGB (Red+Green+Blue) = 16+123+165=304 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.26% from 304); Green value is 123 (48.44% from 255 or 40.46% from 304); Blue value is 165 (64.84% from 255 or 54.28% from 304); Max value from RGB is 165 - color contains mainly: blue. Hex color #107BA5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107BA5 is #EF845A. Grayscale: #5F5F5F. Windows color (decimal): -15696987 or 10844944. OLE color: 10844944.

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

Color convert

RGB 16 123 165 -
CMYK 0.90 0.25 0 0.35
HSL 196.91º 0.82% 0.35% -
HSV(B) 196.91º 0.9% 0.65% -
XYZ 14.09 16.99 38.13 -
YUV 95.8 167.05 71.08 -
System Red Green Blue C M Y K H S L
Decimal 16 123 165 0.90 0.25 0 0.35 196.91 0.82 0.35
Hex 10 7B A5 5A 19 0 23 C5 52 23
Octal 20 173 245 132 31 0 43 305 122 43
Binary 10000 1111011 10100101 1011010 11001 0 100011 11000101 1010010 100011

Color Harmonies of #107BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107BA5

Black with #107BA5

Text Example


Text Example

White with #107BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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