Html Css Color HEX #126BDF Navy Blue

📋 copy color: '#126BDF'

red 18 ◦ green 107 ◦ blue 223

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

Shades of Navy Blue #126BDF

Tints of Navy Blue #126BDF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.75%

 BLUE value IS 223 (87.5% from 255) = 64.08%

R = 5.17%
G = 30.75%
B = 64.08%

CMYK

 C value IS 0.92

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#126BDF (or 0x126BDF) is known color: Navy Blue. HEX triplet: 12, 6B and DF. RGB value is (18,107,223). Sum of RGB (Red+Green+Blue) = 18+107+223=348 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.17% from 348); Green value is 107 (42.19% from 255 or 30.75% from 348); Blue value is 223 (87.5% from 255 or 64.08% from 348); Max value from RGB is 223 - color contains mainly: blue. Hex color #126BDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #126BDF is #ED9420. Grayscale: #5D5D5D. Windows color (decimal): -15569953 or 14641938. OLE color: 14641938.

HSL color Cylindrical-coordinate representation of color #126BDF: hue angle of 213.95º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #126BDF is Cyan = 0.92, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 18 107 223 -
CMYK 0.92 0.52 0 0.13
HSL 213.95º 0.85% 0.47% -
HSV(B) 213.95º 0.92% 0.87% -
XYZ 18.83 15.97 71.9 -
YUV 93.61 201.01 74.07 -
System Red Green Blue C M Y K H S L
Decimal 18 107 223 0.92 0.52 0 0.13 213.95 0.85 0.47
Hex 12 6B DF 5C 34 0 D D6 55 2F
Octal 22 153 337 134 64 0 15 326 125 57
Binary 10010 1101011 11011111 1011100 110100 0 1101 11010110 1010101 101111

Color Harmonies of #126BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126BDF

Black with #126BDF

Text Example


Text Example

White with #126BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,107,223); }

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

background-color css

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

 a { background-color: rgb(18,107,223); }

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

border-color css

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

 span { border-color: rgb(18,107,223); }

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