Html Css Color HEX #107DB1 Cerulean

📋 copy color: '#107DB1'

red 16 ◦ green 125 ◦ blue 177

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

Shades of Cerulean #107DB1

Tints of Cerulean #107DB1

RGB

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

 GREEN value IS 125 (49.22% from 255) = 39.31%

 BLUE value IS 177 (69.53% from 255) = 55.66%

R = 5.03%
G = 39.31%
B = 55.66%

CMYK

 C value IS 0.91

 M value IS 0.29

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#107DB1 (or 0x107DB1) is known color: Cerulean. HEX triplet: 10, 7D and B1. RGB value is (16,125,177). Sum of RGB (Red+Green+Blue) = 16+125+177=318 (42% of max value = 765). Red value is 16 (6.64% from 255 or 5.03% from 318); Green value is 125 (49.22% from 255 or 39.31% from 318); Blue value is 177 (69.53% from 255 or 55.66% from 318); Max value from RGB is 177 - color contains mainly: blue. Hex color #107DB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107DB1 is #EF824E. Grayscale: #626262. Windows color (decimal): -15696463 or 11631888. OLE color: 11631888.

HSL color Cylindrical-coordinate representation of color #107DB1: hue angle of 199.38º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #107DB1 is Cyan = 0.91, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 16 125 177 -
CMYK 0.91 0.29 0 0.31
HSL 199.38º 0.83% 0.38% -
HSV(B) 199.38º 0.91% 0.69% -
XYZ 15.48 17.95 44.24 -
YUV 98.34 172.39 69.27 -
System Red Green Blue C M Y K H S L
Decimal 16 125 177 0.91 0.29 0 0.31 199.38 0.83 0.38
Hex 10 7D B1 5B 1D 0 1F C7 53 26
Octal 20 175 261 133 35 0 37 307 123 46
Binary 10000 1111101 10110001 1011011 11101 0 11111 11000111 1010011 100110

Color Harmonies of #107DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107DB1

Black with #107DB1

Text Example


Text Example

White with #107DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,125,177); }

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

background-color css

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

 a { background-color: rgb(16,125,177); }

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

border-color css

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

 span { border-color: rgb(16,125,177); }

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