Html Css Color HEX #15363F Nordic

📋 copy color: '#15363F'

red 21 ◦ green 54 ◦ blue 63

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

Shades of Nordic #15363F

Tints of Nordic #15363F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 39.13%

 BLUE value IS 63 (25% from 255) = 45.65%

R = 15.22%
G = 39.13%
B = 45.65%

CMYK

 C value IS 0.67

 M value IS 0.14

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#15363F (or 0x15363F) is known color: Nordic. HEX triplet: 15, 36 and 3F. RGB value is (21,54,63). Sum of RGB (Red+Green+Blue) = 21+54+63=138 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.22% from 138); Green value is 54 (21.48% from 255 or 39.13% from 138); Blue value is 63 (25% from 255 or 45.65% from 138); Max value from RGB is 63 - color contains mainly: blue. Hex color #15363F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15363F is #EAC9C0. Grayscale: #2D2D2D. Windows color (decimal): -15387073 or 4142613. OLE color: 4142613.

HSL color Cylindrical-coordinate representation of color #15363F: hue angle of 192.86º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #15363F is Cyan = 0.67, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 21 54 63 -
CMYK 0.67 0.14 0 0.75
HSL 192.86º 0.5% 0.16% -
HSV(B) 192.86º 0.67% 0.25% -
XYZ 2.53 3.16 5.18 -
YUV 45.16 138.07 110.77 -
System Red Green Blue C M Y K H S L
Decimal 21 54 63 0.67 0.14 0 0.75 192.86 0.5 0.16
Hex 15 36 3F 43 E 0 4B C1 32 10
Octal 25 66 77 103 16 0 113 301 62 20
Binary 10101 110110 111111 1000011 1110 0 1001011 11000001 110010 10000

Color Harmonies of #15363F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15363F

Black with #15363F

Text Example


Text Example

White with #15363F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15363F; }

 p { color: rgb(21,54,63); }

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

background-color css

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

 a { background-color: rgb(21,54,63); }

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

border-color css

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

 span { border-color: rgb(21,54,63); }

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