Html Css Color HEX #107CCC Navy Blue

📋 copy color: '#107CCC'

red 16 ◦ green 124 ◦ blue 204

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

Shades of Navy Blue #107CCC

Tints of Navy Blue #107CCC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 36.05%

 BLUE value IS 204 (80.08% from 255) = 59.3%

R = 4.65%
G = 36.05%
B = 59.3%

CMYK

 C value IS 0.92

 M value IS 0.39

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#107CCC (or 0x107CCC) is known color: Navy Blue. HEX triplet: 10, 7C and CC. RGB value is (16,124,204). Sum of RGB (Red+Green+Blue) = 16+124+204=344 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.65% from 344); Green value is 124 (48.83% from 255 or 36.05% from 344); Blue value is 204 (80.08% from 255 or 59.30% from 344); Max value from RGB is 204 - color contains mainly: blue. Hex color #107CCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #107CCC is #EF8333. Grayscale: #646464. Windows color (decimal): -15696692 or 13401104. OLE color: 13401104.

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

Color convert

RGB 16 124 204 -
CMYK 0.92 0.39 0 0.2
HSL 205.53º 0.85% 0.43% -
HSV(B) 205.53º 0.92% 0.8% -
XYZ 18.32 18.89 59.81 -
YUV 100.83 186.22 67.5 -
System Red Green Blue C M Y K H S L
Decimal 16 124 204 0.92 0.39 0 0.2 205.53 0.85 0.43
Hex 10 7C CC 5C 27 0 14 CE 55 2B
Octal 20 174 314 134 47 0 24 316 125 53
Binary 10000 1111100 11001100 1011100 100111 0 10100 11001110 1010101 101011

Color Harmonies of #107CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107CCC

Black with #107CCC

Text Example


Text Example

White with #107CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,124,204); }

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

background-color css

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

 a { background-color: rgb(16,124,204); }

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

border-color css

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

 span { border-color: rgb(16,124,204); }

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