Html Css Color HEX #1B3E41 Nordic

📋 copy color: '#1B3E41'

red 27 ◦ green 62 ◦ blue 65

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

Shades of Nordic #1B3E41

Tints of Nordic #1B3E41

RGB

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

 GREEN value IS 62 (24.61% from 255) = 40.26%

 BLUE value IS 65 (25.78% from 255) = 42.21%

R = 17.53%
G = 40.26%
B = 42.21%

CMYK

 C value IS 0.58

 M value IS 0.05

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#1B3E41 (or 0x1B3E41) is known color: Nordic. HEX triplet: 1B, 3E and 41. RGB value is (27,62,65). Sum of RGB (Red+Green+Blue) = 27+62+65=154 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.53% from 154); Green value is 62 (24.61% from 255 or 40.26% from 154); Blue value is 65 (25.78% from 255 or 42.21% from 154); Max value from RGB is 65 - color contains mainly: blue. Hex color #1B3E41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B3E41 is #E4C1BE. Grayscale: #333333. Windows color (decimal): -14991807 or 4275739. OLE color: 4275739.

HSL color Cylindrical-coordinate representation of color #1B3E41: hue angle of 184.74º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1B3E41 is Cyan = 0.58, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 27 62 65 -
CMYK 0.58 0.05 0 0.75
HSL 184.74º 0.41% 0.18% -
HSV(B) 184.74º 0.58% 0.25% -
XYZ 3.13 4.06 5.62 -
YUV 51.88 135.4 110.26 -
System Red Green Blue C M Y K H S L
Decimal 27 62 65 0.58 0.05 0 0.75 184.74 0.41 0.18
Hex 1B 3E 41 3A 5 0 4B B9 29 12
Octal 33 76 101 72 5 0 113 271 51 22
Binary 11011 111110 1000001 111010 101 0 1001011 10111001 101001 10010

Color Harmonies of #1B3E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B3E41

Black with #1B3E41

Text Example


Text Example

White with #1B3E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,62,65); }

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

background-color css

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

 a { background-color: rgb(27,62,65); }

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

border-color css

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

 span { border-color: rgb(27,62,65); }

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