Html Css Color HEX #15383E Nordic

📋 copy color: '#15383E'

red 21 ◦ green 56 ◦ blue 62

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

Shades of Nordic #15383E

Tints of Nordic #15383E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 40.29%

 BLUE value IS 62 (24.61% from 255) = 44.6%

R = 15.11%
G = 40.29%
B = 44.6%

CMYK

 C value IS 0.66

 M value IS 0.10

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#15383E (or 0x15383E) is known color: Nordic. HEX triplet: 15, 38 and 3E. RGB value is (21,56,62). Sum of RGB (Red+Green+Blue) = 21+56+62=139 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.11% from 139); Green value is 56 (22.27% from 255 or 40.29% from 139); Blue value is 62 (24.61% from 255 or 44.60% from 139); Max value from RGB is 62 - color contains mainly: blue. Hex color #15383E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15383E is #EAC7C1. Grayscale: #2E2E2E. Windows color (decimal): -15386562 or 4077589. OLE color: 4077589.

HSL color Cylindrical-coordinate representation of color #15383E: hue angle of 188.78º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #15383E is Cyan = 0.66, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 21 56 62 -
CMYK 0.66 0.10 0 0.76
HSL 188.78º 0.49% 0.16% -
HSV(B) 188.78º 0.66% 0.24% -
XYZ 2.59 3.34 5.06 -
YUV 46.22 136.9 110.01 -
System Red Green Blue C M Y K H S L
Decimal 21 56 62 0.66 0.10 0 0.76 188.78 0.49 0.16
Hex 15 38 3E 42 A 0 4C BD 31 10
Octal 25 70 76 102 12 0 114 275 61 20
Binary 10101 111000 111110 1000010 1010 0 1001100 10111101 110001 10000

Color Harmonies of #15383E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15383E

Black with #15383E

Text Example


Text Example

White with #15383E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15383E; }

 p { color: rgb(21,56,62); }

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

background-color css

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

 a { background-color: rgb(21,56,62); }

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

border-color css

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

 span { border-color: rgb(21,56,62); }

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