Html Css Color HEX #1B73DA Navy Blue

📋 copy color: '#1B73DA'

red 27 ◦ green 115 ◦ blue 218

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

Shades of Navy Blue #1B73DA

Tints of Navy Blue #1B73DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 60.56%

R = 7.5%
G = 31.94%
B = 60.56%

CMYK

 C value IS 0.88

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1B73DA (or 0x1B73DA) is known color: Navy Blue. HEX triplet: 1B, 73 and DA. RGB value is (27,115,218). Sum of RGB (Red+Green+Blue) = 27+115+218=360 (47% of max value = 765). Red value is 27 (10.94% from 255 or 7.5% from 360); Green value is 115 (45.31% from 255 or 31.94% from 360); Blue value is 218 (85.55% from 255 or 60.56% from 360); Max value from RGB is 218 - color contains mainly: blue. Hex color #1B73DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B73DA is #E48C25. Grayscale: #636363. Windows color (decimal): -14978086 or 14316315. OLE color: 14316315.

HSL color Cylindrical-coordinate representation of color #1B73DA: hue angle of 212.36º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B73DA is Cyan = 0.88, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 27 115 218 -
CMYK 0.88 0.47 0 0.15
HSL 212.36º 0.78% 0.48% -
HSV(B) 212.36º 0.88% 0.85% -
XYZ 19.24 17.56 68.7 -
YUV 100.43 194.35 75.62 -
System Red Green Blue C M Y K H S L
Decimal 27 115 218 0.88 0.47 0 0.15 212.36 0.78 0.48
Hex 1B 73 DA 58 2F 0 F D4 4E 30
Octal 33 163 332 130 57 0 17 324 116 60
Binary 11011 1110011 11011010 1011000 101111 0 1111 11010100 1001110 110000

Color Harmonies of #1B73DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B73DA

Black with #1B73DA

Text Example


Text Example

White with #1B73DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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