Html Css Color HEX #153A44 Nordic

📋 copy color: '#153A44'

red 21 ◦ green 58 ◦ blue 68

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

Shades of Nordic #153A44

Tints of Nordic #153A44

RGB

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

 GREEN value IS 58 (23.05% from 255) = 39.46%

 BLUE value IS 68 (26.95% from 255) = 46.26%

R = 14.29%
G = 39.46%
B = 46.26%

CMYK

 C value IS 0.69

 M value IS 0.15

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#153A44 (or 0x153A44) is known color: Nordic. HEX triplet: 15, 3A and 44. RGB value is (21,58,68). Sum of RGB (Red+Green+Blue) = 21+58+68=147 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.29% from 147); Green value is 58 (23.05% from 255 or 39.46% from 147); Blue value is 68 (26.95% from 255 or 46.26% from 147); Max value from RGB is 68 - color contains mainly: blue. Hex color #153A44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153A44 is #EAC5BB. Grayscale: #303030. Windows color (decimal): -15386044 or 4471317. OLE color: 4471317.

HSL color Cylindrical-coordinate representation of color #153A44: hue angle of 192.77º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #153A44 is Cyan = 0.69, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 21 58 68 -
CMYK 0.69 0.15 0 0.73
HSL 192.77º 0.53% 0.17% -
HSV(B) 192.77º 0.69% 0.27% -
XYZ 2.87 3.6 6.01 -
YUV 48.08 139.24 108.69 -
System Red Green Blue C M Y K H S L
Decimal 21 58 68 0.69 0.15 0 0.73 192.77 0.53 0.17
Hex 15 3A 44 45 F 0 49 C1 35 11
Octal 25 72 104 105 17 0 111 301 65 21
Binary 10101 111010 1000100 1000101 1111 0 1001001 11000001 110101 10001

Color Harmonies of #153A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153A44

Black with #153A44

Text Example


Text Example

White with #153A44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153A44; }

 p { color: rgb(21,58,68); }

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

background-color css

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

 a { background-color: rgb(21,58,68); }

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

border-color css

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

 span { border-color: rgb(21,58,68); }

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