Html Css Color HEX #107CBA Cerulean

📋 copy color: '#107CBA'

red 16 ◦ green 124 ◦ blue 186

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

Shades of Cerulean #107CBA

Tints of Cerulean #107CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 57.06%

R = 4.91%
G = 38.04%
B = 57.06%

CMYK

 C value IS 0.91

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#107CBA (or 0x107CBA) is known color: Cerulean. HEX triplet: 10, 7C and BA. RGB value is (16,124,186). Sum of RGB (Red+Green+Blue) = 16+124+186=326 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.91% from 326); Green value is 124 (48.83% from 255 or 38.04% from 326); Blue value is 186 (73.05% from 255 or 57.06% from 326); Max value from RGB is 186 - color contains mainly: blue. Hex color #107CBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #107CBA is #EF8345. Grayscale: #626262. Windows color (decimal): -15696710 or 12221456. OLE color: 12221456.

HSL color Cylindrical-coordinate representation of color #107CBA: hue angle of 201.88º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #107CBA is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 16 124 186 -
CMYK 0.91 0.33 0 0.27
HSL 201.88º 0.84% 0.4% -
HSV(B) 201.88º 0.91% 0.73% -
XYZ 16.28 18.07 49.08 -
YUV 98.78 177.22 68.96 -
System Red Green Blue C M Y K H S L
Decimal 16 124 186 0.91 0.33 0 0.27 201.88 0.84 0.4
Hex 10 7C BA 5B 21 0 1B CA 54 28
Octal 20 174 272 133 41 0 33 312 124 50
Binary 10000 1111100 10111010 1011011 100001 0 11011 11001010 1010100 101000

Color Harmonies of #107CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107CBA

Black with #107CBA

Text Example


Text Example

White with #107CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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