Html Css Color HEX #183B43 Nordic

📋 copy color: '#183B43'

red 24 ◦ green 59 ◦ blue 67

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

Shades of Nordic #183B43

Tints of Nordic #183B43

RGB

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

 GREEN value IS 59 (23.44% from 255) = 39.33%

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

R = 16%
G = 39.33%
B = 44.67%

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

#183B43 (or 0x183B43) is known color: Nordic. HEX triplet: 18, 3B and 43. RGB value is (24,59,67). Sum of RGB (Red+Green+Blue) = 24+59+67=150 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16% from 150); Green value is 59 (23.44% from 255 or 39.33% from 150); Blue value is 67 (26.56% from 255 or 44.67% from 150); Max value from RGB is 67 - color contains mainly: blue. Hex color #183B43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183B43 is #E7C4BC. Grayscale: #313131. Windows color (decimal): -15189181 or 4406040. OLE color: 4406040.

HSL color Cylindrical-coordinate representation of color #183B43: hue angle of 191.16º 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 #183B43 is Cyan = 0.64, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 24 59 67 -
CMYK 0.64 0.12 0 0.74
HSL 191.16º 0.47% 0.18% -
HSV(B) 191.16º 0.64% 0.26% -
XYZ 2.95 3.73 5.87 -
YUV 49.45 137.9 109.85 -
System Red Green Blue C M Y K H S L
Decimal 24 59 67 0.64 0.12 0 0.74 191.16 0.47 0.18
Hex 18 3B 43 40 C 0 4A BF 2F 12
Octal 30 73 103 100 14 0 112 277 57 22
Binary 11000 111011 1000011 1000000 1100 0 1001010 10111111 101111 10010

Color Harmonies of #183B43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183B43

Black with #183B43

Text Example


Text Example

White with #183B43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,59,67); }

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

background-color css

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

 a { background-color: rgb(24,59,67); }

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

border-color css

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

 span { border-color: rgb(24,59,67); }

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