Html Css Color HEX #153A3C Nordic

📋 copy color: '#153A3C'

red 21 ◦ green 58 ◦ blue 60

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

Shades of Nordic #153A3C

Tints of Nordic #153A3C

RGB

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

 GREEN value IS 58 (23.05% from 255) = 41.73%

 BLUE value IS 60 (23.83% from 255) = 43.17%

R = 15.11%
G = 41.73%
B = 43.17%

CMYK

 C value IS 0.65

 M value IS 0.03

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#153A3C (or 0x153A3C) is known color: Nordic. HEX triplet: 15, 3A and 3C. RGB value is (21,58,60). Sum of RGB (Red+Green+Blue) = 21+58+60=139 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.11% from 139); Green value is 58 (23.05% from 255 or 41.73% from 139); Blue value is 60 (23.83% from 255 or 43.17% from 139); Max value from RGB is 60 - color contains mainly: blue. Hex color #153A3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153A3C is #EAC5C3. Grayscale: #2F2F2F. Windows color (decimal): -15386052 or 3947029. OLE color: 3947029.

HSL color Cylindrical-coordinate representation of color #153A3C: hue angle of 183.08º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #153A3C is Cyan = 0.65, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 21 58 60 -
CMYK 0.65 0.03 0 0.76
HSL 183.08º 0.48% 0.16% -
HSV(B) 183.08º 0.65% 0.24% -
XYZ 2.64 3.51 4.81 -
YUV 47.17 135.24 109.34 -
System Red Green Blue C M Y K H S L
Decimal 21 58 60 0.65 0.03 0 0.76 183.08 0.48 0.16
Hex 15 3A 3C 41 3 0 4C B7 30 10
Octal 25 72 74 101 3 0 114 267 60 20
Binary 10101 111010 111100 1000001 11 0 1001100 10110111 110000 10000

Color Harmonies of #153A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153A3C

Black with #153A3C

Text Example


Text Example

White with #153A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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