Html Css Color HEX #153944 Nordic

📋 copy color: '#153944'

red 21 ◦ green 57 ◦ blue 68

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

Shades of Nordic #153944

Tints of Nordic #153944

RGB

 RED value IS 21 (8.59% from 255) = 14.38%

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

 BLUE value IS 68 (26.95% from 255) = 46.58%

R = 14.38%
G = 39.04%
B = 46.58%

CMYK

 C value IS 0.69

 M value IS 0.16

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#153944 (or 0x153944) is known color: Nordic. HEX triplet: 15, 39 and 44. RGB value is (21,57,68). Sum of RGB (Red+Green+Blue) = 21+57+68=146 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.38% from 146); Green value is 57 (22.66% from 255 or 39.04% from 146); Blue value is 68 (26.95% from 255 or 46.58% from 146); Max value from RGB is 68 - color contains mainly: blue. Hex color #153944 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153944 is #EAC6BB. Grayscale: #2F2F2F. Windows color (decimal): -15386300 or 4471061. OLE color: 4471061.

HSL color Cylindrical-coordinate representation of color #153944: hue angle of 194.04º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #153944 is Cyan = 0.69, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 21 57 68 -
CMYK 0.69 0.16 0 0.73
HSL 194.04º 0.53% 0.17% -
HSV(B) 194.04º 0.69% 0.27% -
XYZ 2.82 3.5 6 -
YUV 47.49 139.57 109.11 -
System Red Green Blue C M Y K H S L
Decimal 21 57 68 0.69 0.16 0 0.73 194.04 0.53 0.17
Hex 15 39 44 45 10 0 49 C2 35 11
Octal 25 71 104 105 20 0 111 302 65 21
Binary 10101 111001 1000100 1000101 10000 0 1001001 11000010 110101 10001

Color Harmonies of #153944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153944

Black with #153944

Text Example


Text Example

White with #153944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153944; }

 p { color: rgb(21,57,68); }

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

background-color css

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

 a { background-color: rgb(21,57,68); }

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

border-color css

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

 span { border-color: rgb(21,57,68); }

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