Html Css Color HEX #1B3841 Nordic

📋 copy color: '#1B3841'

red 27 ◦ green 56 ◦ blue 65

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

Shades of Nordic #1B3841

Tints of Nordic #1B3841

RGB

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

 GREEN value IS 56 (22.27% from 255) = 37.84%

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

R = 18.24%
G = 37.84%
B = 43.92%

CMYK

 C value IS 0.58

 M value IS 0.14

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#1B3841 (or 0x1B3841) is known color: Nordic. HEX triplet: 1B, 38 and 41. RGB value is (27,56,65). Sum of RGB (Red+Green+Blue) = 27+56+65=148 (19% of max value = 765). Red value is 27 (10.94% from 255 or 18.24% from 148); Green value is 56 (22.27% from 255 or 37.84% from 148); Blue value is 65 (25.78% from 255 or 43.92% from 148); Max value from RGB is 65 - color contains mainly: blue. Hex color #1B3841 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B3841 is #E4C7BE. Grayscale: #303030. Windows color (decimal): -14993343 or 4274203. OLE color: 4274203.

HSL color Cylindrical-coordinate representation of color #1B3841: hue angle of 194.21º 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 #1B3841 is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 27 56 65 -
CMYK 0.58 0.14 0 0.75
HSL 194.21º 0.41% 0.18% -
HSV(B) 194.21º 0.58% 0.25% -
XYZ 2.82 3.44 5.52 -
YUV 48.36 137.39 112.77 -
System Red Green Blue C M Y K H S L
Decimal 27 56 65 0.58 0.14 0 0.75 194.21 0.41 0.18
Hex 1B 38 41 3A E 0 4B C2 29 12
Octal 33 70 101 72 16 0 113 302 51 22
Binary 11011 111000 1000001 111010 1110 0 1001011 11000010 101001 10010

Color Harmonies of #1B3841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B3841

Black with #1B3841

Text Example


Text Example

White with #1B3841

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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