Html Css Color HEX #153035 Nordic

📋 copy color: '#153035'

red 21 ◦ green 48 ◦ blue 53

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

Shades of Nordic #153035

Tints of Nordic #153035

RGB

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

 GREEN value IS 48 (19.14% from 255) = 39.34%

 BLUE value IS 53 (21.09% from 255) = 43.44%

R = 17.21%
G = 39.34%
B = 43.44%

CMYK

 C value IS 0.60

 M value IS 0.09

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#153035 (or 0x153035) is known color: Nordic. HEX triplet: 15, 30 and 35. RGB value is (21,48,53). Sum of RGB (Red+Green+Blue) = 21+48+53=122 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.21% from 122); Green value is 48 (19.14% from 255 or 39.34% from 122); Blue value is 53 (21.09% from 255 or 43.44% from 122); Max value from RGB is 53 - color contains mainly: blue. Hex color #153035 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153035 is #EACFCA. Grayscale: #282828. Windows color (decimal): -15388619 or 3485717. OLE color: 3485717.

HSL color Cylindrical-coordinate representation of color #153035: hue angle of 189.38º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #153035 is Cyan = 0.60, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 21 48 53 -
CMYK 0.60 0.09 0 0.79
HSL 189.38º 0.43% 0.15% -
HSV(B) 189.38º 0.6% 0.21% -
XYZ 2.01 2.53 3.75 -
YUV 40.5 135.05 114.09 -
System Red Green Blue C M Y K H S L
Decimal 21 48 53 0.60 0.09 0 0.79 189.38 0.43 0.15
Hex 15 30 35 3C 9 0 4F BD 2B F
Octal 25 60 65 74 11 0 117 275 53 17
Binary 10101 110000 110101 111100 1001 0 1001111 10111101 101011 1111

Color Harmonies of #153035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153035

Black with #153035

Text Example


Text Example

White with #153035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153035; }

 p { color: rgb(21,48,53); }

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

background-color css

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

 a { background-color: rgb(21,48,53); }

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

border-color css

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

 span { border-color: rgb(21,48,53); }

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