Html Css Color HEX #107CBF Cerulean

📋 copy color: '#107CBF'

red 16 ◦ green 124 ◦ blue 191

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

Shades of Cerulean #107CBF

Tints of Cerulean #107CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 57.7%

R = 4.83%
G = 37.46%
B = 57.7%

CMYK

 C value IS 0.92

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#107CBF (or 0x107CBF) is known color: Cerulean. HEX triplet: 10, 7C and BF. RGB value is (16,124,191). Sum of RGB (Red+Green+Blue) = 16+124+191=331 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.83% from 331); Green value is 124 (48.83% from 255 or 37.46% from 331); Blue value is 191 (75% from 255 or 57.70% from 331); Max value from RGB is 191 - color contains mainly: blue. Hex color #107CBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #107CBF is #EF8340. Grayscale: #626262. Windows color (decimal): -15696705 or 12549136. OLE color: 12549136.

HSL color Cylindrical-coordinate representation of color #107CBF: hue angle of 202.97º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #107CBF is Cyan = 0.92, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 16 124 191 -
CMYK 0.92 0.35 0 0.25
HSL 202.97º 0.85% 0.41% -
HSV(B) 202.97º 0.92% 0.75% -
XYZ 16.83 18.29 51.93 -
YUV 99.35 179.72 68.55 -
System Red Green Blue C M Y K H S L
Decimal 16 124 191 0.92 0.35 0 0.25 202.97 0.85 0.41
Hex 10 7C BF 5C 23 0 19 CB 55 29
Octal 20 174 277 134 43 0 31 313 125 51
Binary 10000 1111100 10111111 1011100 100011 0 11001 11001011 1010101 101001

Color Harmonies of #107CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107CBF

Black with #107CBF

Text Example


Text Example

White with #107CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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