Html Css Color HEX #107BAF Cerulean

📋 copy color: '#107BAF'

red 16 ◦ green 123 ◦ blue 175

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

Shades of Cerulean #107BAF

Tints of Cerulean #107BAF

RGB

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

 GREEN value IS 123 (48.44% from 255) = 39.17%

 BLUE value IS 175 (68.75% from 255) = 55.73%

R = 5.1%
G = 39.17%
B = 55.73%

CMYK

 C value IS 0.91

 M value IS 0.30

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#107BAF (or 0x107BAF) is known color: Cerulean. HEX triplet: 10, 7B and AF. RGB value is (16,123,175). Sum of RGB (Red+Green+Blue) = 16+123+175=314 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.10% from 314); Green value is 123 (48.44% from 255 or 39.17% from 314); Blue value is 175 (68.75% from 255 or 55.73% from 314); Max value from RGB is 175 - color contains mainly: blue. Hex color #107BAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107BAF is #EF8450. Grayscale: #606060. Windows color (decimal): -15696977 or 11500304. OLE color: 11500304.

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

Color convert

RGB 16 123 175 -
CMYK 0.91 0.30 0 0.31
HSL 199.62º 0.83% 0.37% -
HSV(B) 199.62º 0.91% 0.69% -
XYZ 15.03 17.37 43.12 -
YUV 96.94 172.05 70.27 -
System Red Green Blue C M Y K H S L
Decimal 16 123 175 0.91 0.30 0 0.31 199.62 0.83 0.37
Hex 10 7B AF 5B 1E 0 1F C8 53 25
Octal 20 173 257 133 36 0 37 310 123 45
Binary 10000 1111011 10101111 1011011 11110 0 11111 11001000 1010011 100101

Color Harmonies of #107BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107BAF

Black with #107BAF

Text Example


Text Example

White with #107BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,123,175); }

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

background-color css

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

 a { background-color: rgb(16,123,175); }

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

border-color css

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

 span { border-color: rgb(16,123,175); }

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