Html Css Color HEX #153842 Nordic

📋 copy color: '#153842'

red 21 ◦ green 56 ◦ blue 66

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

Shades of Nordic #153842

Tints of Nordic #153842

RGB

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

 GREEN value IS 56 (22.27% from 255) = 39.16%

 BLUE value IS 66 (26.17% from 255) = 46.15%

R = 14.69%
G = 39.16%
B = 46.15%

CMYK

 C value IS 0.68

 M value IS 0.15

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#153842 (or 0x153842) is known color: Nordic. HEX triplet: 15, 38 and 42. RGB value is (21,56,66). Sum of RGB (Red+Green+Blue) = 21+56+66=143 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.69% from 143); Green value is 56 (22.27% from 255 or 39.16% from 143); Blue value is 66 (26.17% from 255 or 46.15% from 143); Max value from RGB is 66 - color contains mainly: blue. Hex color #153842 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153842 is #EAC7BD. Grayscale: #2E2E2E. Windows color (decimal): -15386558 or 4339733. OLE color: 4339733.

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

Color convert

RGB 21 56 66 -
CMYK 0.68 0.15 0 0.74
HSL 193.33º 0.52% 0.17% -
HSV(B) 193.33º 0.68% 0.26% -
XYZ 2.71 3.38 5.66 -
YUV 46.68 138.9 109.69 -
System Red Green Blue C M Y K H S L
Decimal 21 56 66 0.68 0.15 0 0.74 193.33 0.52 0.17
Hex 15 38 42 44 F 0 4A C1 34 11
Octal 25 70 102 104 17 0 112 301 64 21
Binary 10101 111000 1000010 1000100 1111 0 1001010 11000001 110100 10001

Color Harmonies of #153842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153842

Black with #153842

Text Example


Text Example

White with #153842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153842; }

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

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

background-color css

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

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

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

border-color css

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

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

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