Html Css Color HEX #152C30 Nordic

📋 copy color: '#152C30'

red 21 ◦ green 44 ◦ blue 48

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

Shades of Nordic #152C30

Tints of Nordic #152C30

RGB

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

 GREEN value IS 44 (17.58% from 255) = 38.94%

 BLUE value IS 48 (19.14% from 255) = 42.48%

R = 18.58%
G = 38.94%
B = 42.48%

CMYK

 C value IS 0.56

 M value IS 0.08

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#152C30 (or 0x152C30) is known color: Nordic. HEX triplet: 15, 2C and 30. RGB value is (21,44,48). Sum of RGB (Red+Green+Blue) = 21+44+48=113 (14% of max value = 765). Red value is 21 (8.59% from 255 or 18.58% from 113); Green value is 44 (17.58% from 255 or 38.94% from 113); Blue value is 48 (19.14% from 255 or 42.48% from 113); Max value from RGB is 48 - color contains mainly: blue. Hex color #152C30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152C30 is #EAD3CF. Grayscale: #252525. Windows color (decimal): -15389648 or 3157013. OLE color: 3157013.

HSL color Cylindrical-coordinate representation of color #152C30: hue angle of 188.89º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #152C30 is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 21 44 48 -
CMYK 0.56 0.08 0 0.81
HSL 188.89º 0.39% 0.14% -
HSV(B) 188.89º 0.56% 0.19% -
XYZ 1.74 2.17 3.12 -
YUV 37.58 133.88 116.17 -
System Red Green Blue C M Y K H S L
Decimal 21 44 48 0.56 0.08 0 0.81 188.89 0.39 0.14
Hex 15 2C 30 38 8 0 51 BD 27 E
Octal 25 54 60 70 10 0 121 275 47 16
Binary 10101 101100 110000 111000 1000 0 1010001 10111101 100111 1110

Color Harmonies of #152C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152C30

Black with #152C30

Text Example


Text Example

White with #152C30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,44,48); }

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

background-color css

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

 a { background-color: rgb(21,44,48); }

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

border-color css

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

 span { border-color: rgb(21,44,48); }

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