Html Css Color HEX #152E35 Nordic

📋 copy color: '#152E35'

red 21 ◦ green 46 ◦ blue 53

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

Shades of Nordic #152E35

Tints of Nordic #152E35

RGB

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

 GREEN value IS 46 (18.36% from 255) = 38.33%

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

R = 17.5%
G = 38.33%
B = 44.17%

CMYK

 C value IS 0.60

 M value IS 0.13

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#152E35 (or 0x152E35) is known color: Nordic. HEX triplet: 15, 2E and 35. RGB value is (21,46,53). Sum of RGB (Red+Green+Blue) = 21+46+53=120 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.5% from 120); Green value is 46 (18.36% from 255 or 38.33% from 120); Blue value is 53 (21.09% from 255 or 44.17% from 120); Max value from RGB is 53 - color contains mainly: blue. Hex color #152E35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152E35 is #EAD1CA. Grayscale: #272727. Windows color (decimal): -15389131 or 3485205. OLE color: 3485205.

HSL color Cylindrical-coordinate representation of color #152E35: hue angle of 193.12º 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 #152E35 is Cyan = 0.60, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 21 46 53 -
CMYK 0.60 0.13 0 0.79
HSL 193.13º 0.43% 0.15% -
HSV(B) 193.13º 0.6% 0.21% -
XYZ 1.93 2.37 3.72 -
YUV 39.32 135.72 114.93 -
System Red Green Blue C M Y K H S L
Decimal 21 46 53 0.60 0.13 0 0.79 193.13 0.43 0.15
Hex 15 2E 35 3C D 0 4F C1 2B F
Octal 25 56 65 74 15 0 117 301 53 17
Binary 10101 101110 110101 111100 1101 0 1001111 11000001 101011 1111

Color Harmonies of #152E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152E35

Black with #152E35

Text Example


Text Example

White with #152E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152E35; }

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

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

background-color css

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

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

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

border-color css

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

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

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