Html Css Color HEX #126DCF Navy Blue

📋 copy color: '#126DCF'

red 18 ◦ green 109 ◦ blue 207

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

Shades of Navy Blue #126DCF

Tints of Navy Blue #126DCF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.63%

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

R = 5.39%
G = 32.63%
B = 61.98%

CMYK

 C value IS 0.91

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#126DCF (or 0x126DCF) is known color: Navy Blue. HEX triplet: 12, 6D and CF. RGB value is (18,109,207). Sum of RGB (Red+Green+Blue) = 18+109+207=334 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.39% from 334); Green value is 109 (42.97% from 255 or 32.63% from 334); Blue value is 207 (81.25% from 255 or 61.98% from 334); Max value from RGB is 207 - color contains mainly: blue. Hex color #126DCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #126DCF is #ED9230. Grayscale: #5C5C5C. Windows color (decimal): -15569457 or 13593874. OLE color: 13593874.

HSL color Cylindrical-coordinate representation of color #126DCF: hue angle of 211.11º 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 #126DCF is Cyan = 0.91, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 18 109 207 -
CMYK 0.91 0.47 0 0.19
HSL 211.11º 0.84% 0.44% -
HSV(B) 211.11º 0.91% 0.81% -
XYZ 16.98 15.57 61.14 -
YUV 92.96 192.35 74.53 -
System Red Green Blue C M Y K H S L
Decimal 18 109 207 0.91 0.47 0 0.19 211.11 0.84 0.44
Hex 12 6D CF 5B 2F 0 13 D3 54 2C
Octal 22 155 317 133 57 0 23 323 124 54
Binary 10010 1101101 11001111 1011011 101111 0 10011 11010011 1010100 101100

Color Harmonies of #126DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126DCF

Black with #126DCF

Text Example


Text Example

White with #126DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126DCF; }

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

 H1.HeaderClassName
 {
   color: #126DCF;
 }
 .AnyTagClassName
 {
   color: #126DCF;
 }
</style>

background-color css

<style>
 a { background-color: #126DCF; }

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

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

border-color css

<style>
 span { border-color: #126DCF; }

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

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