Html Css Color HEX #1B3439 Nordic

📋 copy color: '#1B3439'

red 27 ◦ green 52 ◦ blue 57

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

Shades of Nordic #1B3439

Tints of Nordic #1B3439

RGB

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

 GREEN value IS 52 (20.7% from 255) = 38.24%

 BLUE value IS 57 (22.66% from 255) = 41.91%

R = 19.85%
G = 38.24%
B = 41.91%

CMYK

 C value IS 0.53

 M value IS 0.09

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#1B3439 (or 0x1B3439) is known color: Nordic. HEX triplet: 1B, 34 and 39. RGB value is (27,52,57). Sum of RGB (Red+Green+Blue) = 27+52+57=136 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.85% from 136); Green value is 52 (20.70% from 255 or 38.24% from 136); Blue value is 57 (22.66% from 255 or 41.91% from 136); Max value from RGB is 57 - color contains mainly: blue. Hex color #1B3439 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B3439 is #E4CBC6. Grayscale: #2D2D2D. Windows color (decimal): -14994375 or 3748891. OLE color: 3748891.

HSL color Cylindrical-coordinate representation of color #1B3439: hue angle of 190º degrees, saturation: 0.36, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1B3439 is Cyan = 0.53, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 27 52 57 -
CMYK 0.53 0.09 0 0.78
HSL 190º 0.36% 0.16% -
HSV(B) 190º 0.53% 0.22% -
XYZ 2.42 2.98 4.32 -
YUV 45.1 134.72 115.09 -
System Red Green Blue C M Y K H S L
Decimal 27 52 57 0.53 0.09 0 0.78 190 0.36 0.16
Hex 1B 34 39 35 9 0 4E BE 24 10
Octal 33 64 71 65 11 0 116 276 44 20
Binary 11011 110100 111001 110101 1001 0 1001110 10111110 100100 10000

Color Harmonies of #1B3439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B3439

Black with #1B3439

Text Example


Text Example

White with #1B3439

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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