Html Css Color HEX #1B6EDF Navy Blue

📋 copy color: '#1B6EDF'

red 27 ◦ green 110 ◦ blue 223

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

Shades of Navy Blue #1B6EDF

Tints of Navy Blue #1B6EDF

RGB

 RED value IS 27 (10.94% from 255) = 7.5%

 GREEN value IS 110 (43.36% from 255) = 30.56%

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

R = 7.5%
G = 30.56%
B = 61.94%

CMYK

 C value IS 0.88

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1B6EDF (or 0x1B6EDF) is known color: Navy Blue. HEX triplet: 1B, 6E and DF. RGB value is (27,110,223). Sum of RGB (Red+Green+Blue) = 27+110+223=360 (47% of max value = 765). Red value is 27 (10.94% from 255 or 7.5% from 360); Green value is 110 (43.36% from 255 or 30.56% from 360); Blue value is 223 (87.5% from 255 or 61.94% from 360); Max value from RGB is 223 - color contains mainly: blue. Hex color #1B6EDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B6EDF is #E49120. Grayscale: #616161. Windows color (decimal): -14979361 or 14642715. OLE color: 14642715.

HSL color Cylindrical-coordinate representation of color #1B6EDF: hue angle of 214.59º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B6EDF is Cyan = 0.88, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 27 110 223 -
CMYK 0.88 0.51 0 0.13
HSL 214.59º 0.78% 0.49% -
HSV(B) 214.59º 0.88% 0.87% -
XYZ 19.35 16.71 72.02 -
YUV 98.07 198.5 77.31 -
System Red Green Blue C M Y K H S L
Decimal 27 110 223 0.88 0.51 0 0.13 214.59 0.78 0.49
Hex 1B 6E DF 58 33 0 D D7 4E 31
Octal 33 156 337 130 63 0 15 327 116 61
Binary 11011 1101110 11011111 1011000 110011 0 1101 11010111 1001110 110001

Color Harmonies of #1B6EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B6EDF

Black with #1B6EDF

Text Example


Text Example

White with #1B6EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1B6EDF; }

 p { color: rgb(27,110,223); }

 H1.HeaderClassName
 {
   color: #1B6EDF;
 }
 .AnyTagClassName
 {
   color: #1B6EDF;
 }
</style>

background-color css

<style>
 a { background-color: #1B6EDF; }

 a { background-color: rgb(27,110,223); }

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

border-color css

<style>
 span { border-color: #1B6EDF; }

 span { border-color: rgb(27,110,223); }

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