Html Css Color HEX #153033 Nordic

📋 copy color: '#153033'

red 21 ◦ green 48 ◦ blue 51

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

Shades of Nordic #153033

Tints of Nordic #153033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 42.5%

R = 17.5%
G = 40%
B = 42.5%

CMYK

 C value IS 0.59

 M value IS 0.06

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#153033 (or 0x153033) is known color: Nordic. HEX triplet: 15, 30 and 33. RGB value is (21,48,51). Sum of RGB (Red+Green+Blue) = 21+48+51=120 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.5% from 120); Green value is 48 (19.14% from 255 or 40% from 120); Blue value is 51 (20.31% from 255 or 42.5% from 120); Max value from RGB is 51 - color contains mainly: blue. Hex color #153033 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153033 is #EACFCC. Grayscale: #282828. Windows color (decimal): -15388621 or 3354645. OLE color: 3354645.

HSL color Cylindrical-coordinate representation of color #153033: hue angle of 186º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #153033 is Cyan = 0.59, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 21 48 51 -
CMYK 0.59 0.06 0 0.8
HSL 186º 0.42% 0.14% -
HSV(B) 186º 0.59% 0.2% -
XYZ 1.96 2.51 3.51 -
YUV 40.27 134.05 114.26 -
System Red Green Blue C M Y K H S L
Decimal 21 48 51 0.59 0.06 0 0.8 186 0.42 0.14
Hex 15 30 33 3B 6 0 50 BA 2A E
Octal 25 60 63 73 6 0 120 272 52 16
Binary 10101 110000 110011 111011 110 0 1010000 10111010 101010 1110

Color Harmonies of #153033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153033

Black with #153033

Text Example


Text Example

White with #153033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153033; }

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

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

background-color css

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

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

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

border-color css

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

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

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