Html Css Color HEX #107CA1 Cerulean

📋 copy color: '#107CA1'

red 16 ◦ green 124 ◦ blue 161

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

Shades of Cerulean #107CA1

Tints of Cerulean #107CA1

RGB

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

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

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

R = 5.32%
G = 41.2%
B = 53.49%

CMYK

 C value IS 0.90

 M value IS 0.23

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#107CA1 (or 0x107CA1) is known color: Cerulean. HEX triplet: 10, 7C and A1. RGB value is (16,124,161). Sum of RGB (Red+Green+Blue) = 16+124+161=301 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.32% from 301); Green value is 124 (48.83% from 255 or 41.20% from 301); Blue value is 161 (63.28% from 255 or 53.49% from 301); Max value from RGB is 161 - color contains mainly: blue. Hex color #107CA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107CA1 is #EF835E. Grayscale: #5F5F5F. Windows color (decimal): -15696735 or 10583056. OLE color: 10583056.

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

Color convert

RGB 16 124 161 -
CMYK 0.90 0.23 0 0.37
HSL 195.31º 0.82% 0.35% -
HSV(B) 195.31º 0.9% 0.63% -
XYZ 13.85 17.1 36.29 -
YUV 95.93 164.72 70.99 -
System Red Green Blue C M Y K H S L
Decimal 16 124 161 0.90 0.23 0 0.37 195.31 0.82 0.35
Hex 10 7C A1 5A 17 0 25 C3 52 23
Octal 20 174 241 132 27 0 45 303 122 43
Binary 10000 1111100 10100001 1011010 10111 0 100101 11000011 1010010 100011

Color Harmonies of #107CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107CA1

Black with #107CA1

Text Example


Text Example

White with #107CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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