Html Css Color HEX #15353A Nordic

📋 copy color: '#15353A'

red 21 ◦ green 53 ◦ blue 58

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

Shades of Nordic #15353A

Tints of Nordic #15353A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 40.15%

 BLUE value IS 58 (23.05% from 255) = 43.94%

R = 15.91%
G = 40.15%
B = 43.94%

CMYK

 C value IS 0.64

 M value IS 0.09

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#15353A (or 0x15353A) is known color: Nordic. HEX triplet: 15, 35 and 3A. RGB value is (21,53,58). Sum of RGB (Red+Green+Blue) = 21+53+58=132 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.91% from 132); Green value is 53 (21.09% from 255 or 40.15% from 132); Blue value is 58 (23.05% from 255 or 43.94% from 132); Max value from RGB is 58 - color contains mainly: blue. Hex color #15353A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15353A is #EACAC5. Grayscale: #2B2B2B. Windows color (decimal): -15387334 or 3814677. OLE color: 3814677.

HSL color Cylindrical-coordinate representation of color #15353A: hue angle of 188.11º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #15353A is Cyan = 0.64, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 21 53 58 -
CMYK 0.64 0.09 0 0.77
HSL 188.11º 0.47% 0.15% -
HSV(B) 188.11º 0.64% 0.23% -
XYZ 2.35 3.01 4.46 -
YUV 44 135.9 111.59 -
System Red Green Blue C M Y K H S L
Decimal 21 53 58 0.64 0.09 0 0.77 188.11 0.47 0.15
Hex 15 35 3A 40 9 0 4D BC 2F F
Octal 25 65 72 100 11 0 115 274 57 17
Binary 10101 110101 111010 1000000 1001 0 1001101 10111100 101111 1111

Color Harmonies of #15353A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15353A

Black with #15353A

Text Example


Text Example

White with #15353A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15353A; }

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

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

background-color css

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

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

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

border-color css

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

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

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