Html Css Color HEX #153943 Nordic

📋 copy color: '#153943'

red 21 ◦ green 57 ◦ blue 67

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

Shades of Nordic #153943

Tints of Nordic #153943

RGB

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

 GREEN value IS 57 (22.66% from 255) = 39.31%

 BLUE value IS 67 (26.56% from 255) = 46.21%

R = 14.48%
G = 39.31%
B = 46.21%

CMYK

 C value IS 0.69

 M value IS 0.15

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#153943 (or 0x153943) is known color: Nordic. HEX triplet: 15, 39 and 43. RGB value is (21,57,67). Sum of RGB (Red+Green+Blue) = 21+57+67=145 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.48% from 145); Green value is 57 (22.66% from 255 or 39.31% from 145); Blue value is 67 (26.56% from 255 or 46.21% from 145); Max value from RGB is 67 - color contains mainly: blue. Hex color #153943 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153943 is #EAC6BC. Grayscale: #2F2F2F. Windows color (decimal): -15386301 or 4405525. OLE color: 4405525.

HSL color Cylindrical-coordinate representation of color #153943: hue angle of 193.04º degrees, saturation: 0.52, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #153943 is Cyan = 0.69, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 21 57 67 -
CMYK 0.69 0.15 0 0.74
HSL 193.04º 0.52% 0.17% -
HSV(B) 193.04º 0.69% 0.26% -
XYZ 2.79 3.49 5.84 -
YUV 47.38 139.07 109.19 -
System Red Green Blue C M Y K H S L
Decimal 21 57 67 0.69 0.15 0 0.74 193.04 0.52 0.17
Hex 15 39 43 45 F 0 4A C1 34 11
Octal 25 71 103 105 17 0 112 301 64 21
Binary 10101 111001 1000011 1000101 1111 0 1001010 11000001 110100 10001

Color Harmonies of #153943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153943

Black with #153943

Text Example


Text Example

White with #153943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153943; }

 p { color: rgb(21,57,67); }

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

background-color css

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

 a { background-color: rgb(21,57,67); }

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

border-color css

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

 span { border-color: rgb(21,57,67); }

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