Html Css Color HEX #1B68DF Navy Blue

📋 copy color: '#1B68DF'

red 27 ◦ green 104 ◦ blue 223

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

Shades of Navy Blue #1B68DF

Tints of Navy Blue #1B68DF

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.38%

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

R = 7.63%
G = 29.38%
B = 62.99%

CMYK

 C value IS 0.88

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1B68DF (or 0x1B68DF) is known color: Navy Blue. HEX triplet: 1B, 68 and DF. RGB value is (27,104,223). Sum of RGB (Red+Green+Blue) = 27+104+223=354 (46% of max value = 765). Red value is 27 (10.94% from 255 or 7.63% from 354); Green value is 104 (41.02% from 255 or 29.38% from 354); Blue value is 223 (87.5% from 255 or 62.99% from 354); Max value from RGB is 223 - color contains mainly: blue. Hex color #1B68DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B68DF is #E49720. Grayscale: #5D5D5D. Windows color (decimal): -14980897 or 14641179. OLE color: 14641179.

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

Color convert

RGB 27 104 223 -
CMYK 0.88 0.53 0 0.13
HSL 216.43º 0.78% 0.49% -
HSV(B) 216.43º 0.88% 0.87% -
XYZ 18.72 15.46 71.81 -
YUV 94.54 200.49 79.82 -
System Red Green Blue C M Y K H S L
Decimal 27 104 223 0.88 0.53 0 0.13 216.43 0.78 0.49
Hex 1B 68 DF 58 35 0 D D8 4E 31
Octal 33 150 337 130 65 0 15 330 116 61
Binary 11011 1101000 11011111 1011000 110101 0 1101 11011000 1001110 110001

Color Harmonies of #1B68DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B68DF

Black with #1B68DF

Text Example


Text Example

White with #1B68DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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