Html Css Color HEX #15323B Nordic

📋 copy color: '#15323B'

red 21 ◦ green 50 ◦ blue 59

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

Shades of Nordic #15323B

Tints of Nordic #15323B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 38.46%

 BLUE value IS 59 (23.44% from 255) = 45.38%

R = 16.15%
G = 38.46%
B = 45.38%

CMYK

 C value IS 0.64

 M value IS 0.15

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#15323B (or 0x15323B) is known color: Nordic. HEX triplet: 15, 32 and 3B. RGB value is (21,50,59). Sum of RGB (Red+Green+Blue) = 21+50+59=130 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.15% from 130); Green value is 50 (19.92% from 255 or 38.46% from 130); Blue value is 59 (23.44% from 255 or 45.38% from 130); Max value from RGB is 59 - color contains mainly: blue. Hex color #15323B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15323B is #EACDC4. Grayscale: #2A2A2A. Windows color (decimal): -15388101 or 3879445. OLE color: 3879445.

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

Color convert

RGB 21 50 59 -
CMYK 0.64 0.15 0 0.77
HSL 194.21º 0.48% 0.16% -
HSV(B) 194.21º 0.64% 0.23% -
XYZ 2.24 2.76 4.55 -
YUV 42.36 137.39 112.77 -
System Red Green Blue C M Y K H S L
Decimal 21 50 59 0.64 0.15 0 0.77 194.21 0.48 0.16
Hex 15 32 3B 40 F 0 4D C2 30 10
Octal 25 62 73 100 17 0 115 302 60 20
Binary 10101 110010 111011 1000000 1111 0 1001101 11000010 110000 10000

Color Harmonies of #15323B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15323B

Black with #15323B

Text Example


Text Example

White with #15323B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15323B; }

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

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

background-color css

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

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

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

border-color css

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

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

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