Html Css Color HEX #1B394E Nile Blue

📋 copy color: '#1B394E'

red 27 ◦ green 57 ◦ blue 78

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

Shades of Nile Blue #1B394E

Tints of Nile Blue #1B394E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 35.19%

 BLUE value IS 78 (30.86% from 255) = 48.15%

R = 16.67%
G = 35.19%
B = 48.15%

CMYK

 C value IS 0.65

 M value IS 0.27

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#1B394E (or 0x1B394E) is known color: Nile Blue. HEX triplet: 1B, 39 and 4E. RGB value is (27,57,78). Sum of RGB (Red+Green+Blue) = 27+57+78=162 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.67% from 162); Green value is 57 (22.66% from 255 or 35.19% from 162); Blue value is 78 (30.86% from 255 or 48.15% from 162); Max value from RGB is 78 - color contains mainly: blue. Hex color #1B394E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B394E is #E4C6B1. Grayscale: #323232. Windows color (decimal): -14993074 or 5126427. OLE color: 5126427.

HSL color Cylindrical-coordinate representation of color #1B394E: hue angle of 204.71º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1B394E is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 27 57 78 -
CMYK 0.65 0.27 0 0.69
HSL 204.71º 0.49% 0.21% -
HSV(B) 204.71º 0.65% 0.31% -
XYZ 3.29 3.71 7.75 -
YUV 50.42 143.56 111.29 -
System Red Green Blue C M Y K H S L
Decimal 27 57 78 0.65 0.27 0 0.69 204.71 0.49 0.21
Hex 1B 39 4E 41 1B 0 45 CD 31 15
Octal 33 71 116 101 33 0 105 315 61 25
Binary 11011 111001 1001110 1000001 11011 0 1000101 11001101 110001 10101

Color Harmonies of #1B394E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B394E

Black with #1B394E

Text Example


Text Example

White with #1B394E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,57,78); }

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

background-color css

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

 a { background-color: rgb(27,57,78); }

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

border-color css

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

 span { border-color: rgb(27,57,78); }

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