Html Css Color HEX #107CA2 Cerulean

📋 copy color: '#107CA2'

red 16 ◦ green 124 ◦ blue 162

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

Shades of Cerulean #107CA2

Tints of Cerulean #107CA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 53.64%

R = 5.3%
G = 41.06%
B = 53.64%

CMYK

 C value IS 0.90

 M value IS 0.23

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#107CA2 (or 0x107CA2) is known color: Cerulean. HEX triplet: 10, 7C and A2. RGB value is (16,124,162). Sum of RGB (Red+Green+Blue) = 16+124+162=302 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.30% from 302); Green value is 124 (48.83% from 255 or 41.06% from 302); Blue value is 162 (63.67% from 255 or 53.64% from 302); Max value from RGB is 162 - color contains mainly: blue. Hex color #107CA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107CA2 is #EF835D. Grayscale: #5F5F5F. Windows color (decimal): -15696734 or 10648592. OLE color: 10648592.

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

Color convert

RGB 16 124 162 -
CMYK 0.90 0.23 0 0.36
HSL 195.62º 0.82% 0.35% -
HSV(B) 195.62º 0.9% 0.64% -
XYZ 13.94 17.13 36.75 -
YUV 96.04 165.22 70.91 -
System Red Green Blue C M Y K H S L
Decimal 16 124 162 0.90 0.23 0 0.36 195.62 0.82 0.35
Hex 10 7C A2 5A 17 0 24 C4 52 23
Octal 20 174 242 132 27 0 44 304 122 43
Binary 10000 1111100 10100010 1011010 10111 0 100100 11000100 1010010 100011

Color Harmonies of #107CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107CA2

Black with #107CA2

Text Example


Text Example

White with #107CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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