Html Css Color HEX #107DA0 Cerulean

📋 copy color: '#107DA0'

red 16 ◦ green 125 ◦ blue 160

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

Shades of Cerulean #107DA0

Tints of Cerulean #107DA0

RGB

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

 GREEN value IS 125 (49.22% from 255) = 41.53%

 BLUE value IS 160 (62.89% from 255) = 53.16%

R = 5.32%
G = 41.53%
B = 53.16%

CMYK

 C value IS 0.9

 M value IS 0.22

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#107DA0 (or 0x107DA0) is known color: Cerulean. HEX triplet: 10, 7D and A0. RGB value is (16,125,160). Sum of RGB (Red+Green+Blue) = 16+125+160=301 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.32% from 301); Green value is 125 (49.22% from 255 or 41.53% from 301); Blue value is 160 (62.89% from 255 or 53.16% from 301); Max value from RGB is 160 - color contains mainly: blue. Hex color #107DA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107DA0 is #EF825F. Grayscale: #606060. Windows color (decimal): -15696480 or 10517776. OLE color: 10517776.

HSL color Cylindrical-coordinate representation of color #107DA0: hue angle of 194.58º 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 #107DA0 is Cyan = 0.9, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 16 125 160 -
CMYK 0.9 0.22 0 0.37
HSL 194.58º 0.82% 0.35% -
HSV(B) 194.58º 0.9% 0.63% -
XYZ 13.89 17.32 35.87 -
YUV 96.4 163.89 70.65 -
System Red Green Blue C M Y K H S L
Decimal 16 125 160 0.9 0.22 0 0.37 194.58 0.82 0.35
Hex 10 7D A0 5A 16 0 25 C3 52 23
Octal 20 175 240 132 26 0 45 303 122 43
Binary 10000 1111101 10100000 1011010 10110 0 100101 11000011 1010010 100011

Color Harmonies of #107DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107DA0

Black with #107DA0

Text Example


Text Example

White with #107DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,125,160); }

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

background-color css

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

 a { background-color: rgb(16,125,160); }

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

border-color css

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

 span { border-color: rgb(16,125,160); }

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