Html Css Color HEX #153038 Nordic

📋 copy color: '#153038'

red 21 ◦ green 48 ◦ blue 56

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

Shades of Nordic #153038

Tints of Nordic #153038

RGB

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

 GREEN value IS 48 (19.14% from 255) = 38.4%

 BLUE value IS 56 (22.27% from 255) = 44.8%

R = 16.8%
G = 38.4%
B = 44.8%

CMYK

 C value IS 0.63

 M value IS 0.14

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#153038 (or 0x153038) is known color: Nordic. HEX triplet: 15, 30 and 38. RGB value is (21,48,56). Sum of RGB (Red+Green+Blue) = 21+48+56=125 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.8% from 125); Green value is 48 (19.14% from 255 or 38.4% from 125); Blue value is 56 (22.27% from 255 or 44.8% from 125); Max value from RGB is 56 - color contains mainly: blue. Hex color #153038 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153038 is #EACFC7. Grayscale: #282828. Windows color (decimal): -15388616 or 3682325. OLE color: 3682325.

HSL color Cylindrical-coordinate representation of color #153038: hue angle of 193.71º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #153038 is Cyan = 0.63, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 21 48 56 -
CMYK 0.63 0.14 0 0.78
HSL 193.71º 0.45% 0.15% -
HSV(B) 193.71º 0.63% 0.22% -
XYZ 2.08 2.56 4.13 -
YUV 40.84 136.55 113.85 -
System Red Green Blue C M Y K H S L
Decimal 21 48 56 0.63 0.14 0 0.78 193.71 0.45 0.15
Hex 15 30 38 3F E 0 4E C2 2D F
Octal 25 60 70 77 16 0 116 302 55 17
Binary 10101 110000 111000 111111 1110 0 1001110 11000010 101101 1111

Color Harmonies of #153038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153038

Black with #153038

Text Example


Text Example

White with #153038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153038; }

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

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

background-color css

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

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

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

border-color css

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

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

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