Html Css Color HEX #107FBA Cerulean

📋 copy color: '#107FBA'

red 16 ◦ green 127 ◦ blue 186

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

Shades of Cerulean #107FBA

Tints of Cerulean #107FBA

RGB

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

 GREEN value IS 127 (50% from 255) = 38.6%

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

R = 4.86%
G = 38.6%
B = 56.53%

CMYK

 C value IS 0.91

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#107FBA (or 0x107FBA) is known color: Cerulean. HEX triplet: 10, 7F and BA. RGB value is (16,127,186). Sum of RGB (Red+Green+Blue) = 16+127+186=329 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.86% from 329); Green value is 127 (50% from 255 or 38.60% from 329); Blue value is 186 (73.05% from 255 or 56.53% from 329); Max value from RGB is 186 - color contains mainly: blue. Hex color #107FBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #107FBA is #EF8045. Grayscale: #646464. Windows color (decimal): -15695942 or 12222224. OLE color: 12222224.

HSL color Cylindrical-coordinate representation of color #107FBA: hue angle of 200.82º 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 #107FBA is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 16 127 186 -
CMYK 0.91 0.32 0 0.27
HSL 200.82º 0.84% 0.4% -
HSV(B) 200.82º 0.91% 0.73% -
XYZ 16.67 18.83 49.21 -
YUV 100.54 176.23 67.7 -
System Red Green Blue C M Y K H S L
Decimal 16 127 186 0.91 0.32 0 0.27 200.82 0.84 0.4
Hex 10 7F BA 5B 20 0 1B C9 54 28
Octal 20 177 272 133 40 0 33 311 124 50
Binary 10000 1111111 10111010 1011011 100000 0 11011 11001001 1010100 101000

Color Harmonies of #107FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107FBA

Black with #107FBA

Text Example


Text Example

White with #107FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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