Html Css Color HEX #107AC2 Navy Blue

📋 copy color: '#107AC2'

red 16 ◦ green 122 ◦ blue 194

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

Shades of Navy Blue #107AC2

Tints of Navy Blue #107AC2

RGB

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

 GREEN value IS 122 (48.05% from 255) = 36.75%

 BLUE value IS 194 (76.17% from 255) = 58.43%

R = 4.82%
G = 36.75%
B = 58.43%

CMYK

 C value IS 0.92

 M value IS 0.37

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#107AC2 (or 0x107AC2) is known color: Navy Blue. HEX triplet: 10, 7A and C2. RGB value is (16,122,194). Sum of RGB (Red+Green+Blue) = 16+122+194=332 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.82% from 332); Green value is 122 (48.05% from 255 or 36.75% from 332); Blue value is 194 (76.17% from 255 or 58.43% from 332); Max value from RGB is 194 - color contains mainly: blue. Hex color #107AC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #107AC2 is #EF853D. Grayscale: #626262. Windows color (decimal): -15697214 or 12745232. OLE color: 12745232.

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

Color convert

RGB 16 122 194 -
CMYK 0.92 0.37 0 0.24
HSL 204.27º 0.85% 0.41% -
HSV(B) 204.27º 0.92% 0.76% -
XYZ 16.91 17.92 53.61 -
YUV 98.51 181.88 69.15 -
System Red Green Blue C M Y K H S L
Decimal 16 122 194 0.92 0.37 0 0.24 204.27 0.85 0.41
Hex 10 7A C2 5C 25 0 18 CC 55 29
Octal 20 172 302 134 45 0 30 314 125 51
Binary 10000 1111010 11000010 1011100 100101 0 11000 11001100 1010101 101001

Color Harmonies of #107AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107AC2

Black with #107AC2

Text Example


Text Example

White with #107AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,122,194); }

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

background-color css

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

 a { background-color: rgb(16,122,194); }

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

border-color css

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

 span { border-color: rgb(16,122,194); }

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