#107BCA

Color #107BCA Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #107BCA

Tints of Navy Blue #107BCA

Color information

#107BCA (or 0x107BCA) is unknown color: approx Navy Blue. HEX triplet: 10, 7B and CA. RGB value is (16,123,202). Sum of RGB (Red+Green+Blue) = 16+123+202=341 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.69% from 341); Green value is 123 (48.44% from 255 or 36.07% from 341); Blue value is 202 (79.30% from 255 or 59.24% from 341); Max value from RGB is 202 - color contains mainly: blue. Hex color #107BCA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #107BCA is #EF8435. Grayscale: #636363. Windows color (decimal): -15696950 or 13269776. OLE color: 13269776.

HSL color Cylindrical-coordinate representation of color #107BCA: hue angle of 205.48º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #107BCA is Cyan = 0.92, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16123202-
CMYK0.920.3900.21
HSL205.48º85.32%42.75%-
HSV(B)205.48º92.08%79.22%-
XYZ17.9618.5458.51-
YUV100.01185.5568.08-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.69%
GREEN value IS 123 (48.44% from 255) = 36.07%
BLUE value IS 202 (79.30% from 255) = 59.24%
R=4.69%
G=36.07%
B=59.24%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal161232020.920.3900.21205.4885.3242.75
Hex107BCA5C27015cd552b
Octal201733121344702531512553
Binary100001111011110010101011100100111010101110011011010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #107BCA;
 }
 .AnyTagClassName
 {
   color: #107BCA;
 }
</style>
background-color css

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

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

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

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

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

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