Html Css Color HEX #127BCF Navy Blue

📋 copy color: '#127BCF'

red 18 ◦ green 123 ◦ blue 207

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

Shades of Navy Blue #127BCF

Tints of Navy Blue #127BCF

RGB

 RED value IS 18 (7.42% from 255) = 5.17%

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

 BLUE value IS 207 (81.25% from 255) = 59.48%

R = 5.17%
G = 35.34%
B = 59.48%

CMYK

 C value IS 0.91

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#127BCF (or 0x127BCF) is known color: Navy Blue. HEX triplet: 12, 7B and CF. RGB value is (18,123,207). Sum of RGB (Red+Green+Blue) = 18+123+207=348 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.17% from 348); Green value is 123 (48.44% from 255 or 35.34% from 348); Blue value is 207 (81.25% from 255 or 59.48% from 348); Max value from RGB is 207 - color contains mainly: blue. Hex color #127BCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127BCF is #ED8430. Grayscale: #646464. Windows color (decimal): -15565873 or 13597458. OLE color: 13597458.

HSL color Cylindrical-coordinate representation of color #127BCF: hue angle of 206.67º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #127BCF is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 18 123 207 -
CMYK 0.91 0.41 0 0.19
HSL 206.67º 0.84% 0.44% -
HSV(B) 206.67º 0.91% 0.81% -
XYZ 18.59 18.8 61.68 -
YUV 101.18 187.71 68.67 -
System Red Green Blue C M Y K H S L
Decimal 18 123 207 0.91 0.41 0 0.19 206.67 0.84 0.44
Hex 12 7B CF 5B 29 0 13 CF 54 2C
Octal 22 173 317 133 51 0 23 317 124 54
Binary 10010 1111011 11001111 1011011 101001 0 10011 11001111 1010100 101100

Color Harmonies of #127BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127BCF

Black with #127BCF

Text Example


Text Example

White with #127BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127BCF; }

 p { color: rgb(18,123,207); }

 H1.HeaderClassName
 {
   color: #127BCF;
 }
 .AnyTagClassName
 {
   color: #127BCF;
 }
</style>

background-color css

<style>
 a { background-color: #127BCF; }

 a { background-color: rgb(18,123,207); }

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

border-color css

<style>
 span { border-color: #127BCF; }

 span { border-color: rgb(18,123,207); }

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