Html Css Color HEX #183A42 Nordic

📋 copy color: '#183A42'

red 24 ◦ green 58 ◦ blue 66

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

Shades of Nordic #183A42

Tints of Nordic #183A42

RGB

 RED value IS 24 (9.77% from 255) = 16.22%

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

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

R = 16.22%
G = 39.19%
B = 44.59%

CMYK

 C value IS 0.64

 M value IS 0.12

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#183A42 (or 0x183A42) is known color: Nordic. HEX triplet: 18, 3A and 42. RGB value is (24,58,66). Sum of RGB (Red+Green+Blue) = 24+58+66=148 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.22% from 148); Green value is 58 (23.05% from 255 or 39.19% from 148); Blue value is 66 (26.17% from 255 or 44.59% from 148); Max value from RGB is 66 - color contains mainly: blue. Hex color #183A42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183A42 is #E7C5BD. Grayscale: #303030. Windows color (decimal): -15189438 or 4340248. OLE color: 4340248.

HSL color Cylindrical-coordinate representation of color #183A42: hue angle of 191.43º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #183A42 is Cyan = 0.64, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 24 58 66 -
CMYK 0.64 0.12 0 0.74
HSL 191.43º 0.47% 0.18% -
HSV(B) 191.43º 0.64% 0.26% -
XYZ 2.87 3.61 5.7 -
YUV 48.75 137.74 110.35 -
System Red Green Blue C M Y K H S L
Decimal 24 58 66 0.64 0.12 0 0.74 191.43 0.47 0.18
Hex 18 3A 42 40 C 0 4A BF 2F 12
Octal 30 72 102 100 14 0 112 277 57 22
Binary 11000 111010 1000010 1000000 1100 0 1001010 10111111 101111 10010

Color Harmonies of #183A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183A42

Black with #183A42

Text Example


Text Example

White with #183A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183A42; }

 p { color: rgb(24,58,66); }

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

background-color css

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

 a { background-color: rgb(24,58,66); }

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

border-color css

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

 span { border-color: rgb(24,58,66); }

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