Html Css Color HEX #107CB2 Cerulean

📋 copy color: '#107CB2'

red 16 ◦ green 124 ◦ blue 178

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

Shades of Cerulean #107CB2

Tints of Cerulean #107CB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 55.97%

R = 5.03%
G = 38.99%
B = 55.97%

CMYK

 C value IS 0.91

 M value IS 0.30

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#107CB2 (or 0x107CB2) is known color: Cerulean. HEX triplet: 10, 7C and B2. RGB value is (16,124,178). Sum of RGB (Red+Green+Blue) = 16+124+178=318 (42% of max value = 765). Red value is 16 (6.64% from 255 or 5.03% from 318); Green value is 124 (48.83% from 255 or 38.99% from 318); Blue value is 178 (69.92% from 255 or 55.97% from 318); Max value from RGB is 178 - color contains mainly: blue. Hex color #107CB2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107CB2 is #EF834D. Grayscale: #616161. Windows color (decimal): -15696718 or 11697168. OLE color: 11697168.

HSL color Cylindrical-coordinate representation of color #107CB2: hue angle of 200º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #107CB2 is Cyan = 0.91, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 16 124 178 -
CMYK 0.91 0.30 0 0.30
HSL 200º 0.84% 0.38% -
HSV(B) 200º 0.91% 0.7% -
XYZ 15.46 17.74 44.73 -
YUV 97.86 173.22 69.61 -
System Red Green Blue C M Y K H S L
Decimal 16 124 178 0.91 0.30 0 0.30 200 0.84 0.38
Hex 10 7C B2 5B 1E 0 1E C8 54 26
Octal 20 174 262 133 36 0 36 310 124 46
Binary 10000 1111100 10110010 1011011 11110 0 11110 11001000 1010100 100110

Color Harmonies of #107CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107CB2

Black with #107CB2

Text Example


Text Example

White with #107CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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