Html Css Color HEX #153C47 Nordic

📋 copy color: '#153C47'

red 21 ◦ green 60 ◦ blue 71

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

Shades of Nordic #153C47

Tints of Nordic #153C47

RGB

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

 GREEN value IS 60 (23.83% from 255) = 39.47%

 BLUE value IS 71 (28.13% from 255) = 46.71%

R = 13.82%
G = 39.47%
B = 46.71%

CMYK

 C value IS 0.70

 M value IS 0.15

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#153C47 (or 0x153C47) is known color: Nordic. HEX triplet: 15, 3C and 47. RGB value is (21,60,71). Sum of RGB (Red+Green+Blue) = 21+60+71=152 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.82% from 152); Green value is 60 (23.83% from 255 or 39.47% from 152); Blue value is 71 (28.12% from 255 or 46.71% from 152); Max value from RGB is 71 - color contains mainly: blue. Hex color #153C47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153C47 is #EAC3B8. Grayscale: #313131. Windows color (decimal): -15385529 or 4668437. OLE color: 4668437.

HSL color Cylindrical-coordinate representation of color #153C47: hue angle of 193.2º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #153C47 is Cyan = 0.70, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 21 60 71 -
CMYK 0.70 0.15 0 0.72
HSL 193.2º 0.54% 0.18% -
HSV(B) 193.2º 0.7% 0.28% -
XYZ 3.06 3.85 6.54 -
YUV 49.59 140.08 107.61 -
System Red Green Blue C M Y K H S L
Decimal 21 60 71 0.70 0.15 0 0.72 193.2 0.54 0.18
Hex 15 3C 47 46 F 0 48 C1 36 12
Octal 25 74 107 106 17 0 110 301 66 22
Binary 10101 111100 1000111 1000110 1111 0 1001000 11000001 110110 10010

Color Harmonies of #153C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153C47

Black with #153C47

Text Example


Text Example

White with #153C47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,60,71); }

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

background-color css

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

 a { background-color: rgb(21,60,71); }

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

border-color css

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

 span { border-color: rgb(21,60,71); }

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