Html Css Color HEX #1B73DF Navy Blue

📋 copy color: '#1B73DF'

red 27 ◦ green 115 ◦ blue 223

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

Shades of Navy Blue #1B73DF

Tints of Navy Blue #1B73DF

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.51%

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

R = 7.4%
G = 31.51%
B = 61.1%

CMYK

 C value IS 0.88

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1B73DF (or 0x1B73DF) is known color: Navy Blue. HEX triplet: 1B, 73 and DF. RGB value is (27,115,223). Sum of RGB (Red+Green+Blue) = 27+115+223=365 (48% of max value = 765). Red value is 27 (10.94% from 255 or 7.40% from 365); Green value is 115 (45.31% from 255 or 31.51% from 365); Blue value is 223 (87.5% from 255 or 61.10% from 365); Max value from RGB is 223 - color contains mainly: blue. Hex color #1B73DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B73DF is #E48C20. Grayscale: #646464. Windows color (decimal): -14978081 or 14643995. OLE color: 14643995.

HSL color Cylindrical-coordinate representation of color #1B73DF: hue angle of 213.06º 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 #1B73DF is Cyan = 0.88, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 27 115 223 -
CMYK 0.88 0.48 0 0.13
HSL 213.06º 0.78% 0.49% -
HSV(B) 213.06º 0.88% 0.87% -
XYZ 19.9 17.82 72.2 -
YUV 101 196.85 75.22 -
System Red Green Blue C M Y K H S L
Decimal 27 115 223 0.88 0.48 0 0.13 213.06 0.78 0.49
Hex 1B 73 DF 58 30 0 D D5 4E 31
Octal 33 163 337 130 60 0 15 325 116 61
Binary 11011 1110011 11011111 1011000 110000 0 1101 11010101 1001110 110001

Color Harmonies of #1B73DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B73DF

Black with #1B73DF

Text Example


Text Example

White with #1B73DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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