Html Css Color HEX #153B44 Nordic

📋 copy color: '#153B44'

red 21 ◦ green 59 ◦ blue 68

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

Shades of Nordic #153B44

Tints of Nordic #153B44

RGB

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

 GREEN value IS 59 (23.44% from 255) = 39.86%

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

R = 14.19%
G = 39.86%
B = 45.95%

CMYK

 C value IS 0.69

 M value IS 0.13

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#153B44 (or 0x153B44) is known color: Nordic. HEX triplet: 15, 3B and 44. RGB value is (21,59,68). Sum of RGB (Red+Green+Blue) = 21+59+68=148 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.19% from 148); Green value is 59 (23.44% from 255 or 39.86% from 148); Blue value is 68 (26.95% from 255 or 45.95% from 148); Max value from RGB is 68 - color contains mainly: blue. Hex color #153B44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153B44 is #EAC4BB. Grayscale: #303030. Windows color (decimal): -15385788 or 4471573. OLE color: 4471573.

HSL color Cylindrical-coordinate representation of color #153B44: hue angle of 191.49º 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 #153B44 is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 21 59 68 -
CMYK 0.69 0.13 0 0.73
HSL 191.49º 0.53% 0.17% -
HSV(B) 191.49º 0.69% 0.27% -
XYZ 2.92 3.7 6.03 -
YUV 48.66 138.91 108.27 -
System Red Green Blue C M Y K H S L
Decimal 21 59 68 0.69 0.13 0 0.73 191.49 0.53 0.17
Hex 15 3B 44 45 D 0 49 BF 35 11
Octal 25 73 104 105 15 0 111 277 65 21
Binary 10101 111011 1000100 1000101 1101 0 1001001 10111111 110101 10001

Color Harmonies of #153B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153B44

Black with #153B44

Text Example


Text Example

White with #153B44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153B44; }

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

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

background-color css

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

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

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

border-color css

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

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

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