Html Css Color HEX #183943 Nordic

📋 copy color: '#183943'

red 24 ◦ green 57 ◦ blue 67

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

Shades of Nordic #183943

Tints of Nordic #183943

RGB

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

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

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

R = 16.22%
G = 38.51%
B = 45.27%

CMYK

 C value IS 0.64

 M value IS 0.15

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#183943 (or 0x183943) is known color: Nordic. HEX triplet: 18, 39 and 43. RGB value is (24,57,67). Sum of RGB (Red+Green+Blue) = 24+57+67=148 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.22% from 148); Green value is 57 (22.66% from 255 or 38.51% from 148); Blue value is 67 (26.56% from 255 or 45.27% from 148); Max value from RGB is 67 - color contains mainly: blue. Hex color #183943 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183943 is #E7C6BC. Grayscale: #303030. Windows color (decimal): -15189693 or 4405528. OLE color: 4405528.

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

Color convert

RGB 24 57 67 -
CMYK 0.64 0.15 0 0.74
HSL 193.95º 0.47% 0.18% -
HSV(B) 193.95º 0.64% 0.26% -
XYZ 2.85 3.53 5.84 -
YUV 48.27 138.57 110.69 -
System Red Green Blue C M Y K H S L
Decimal 24 57 67 0.64 0.15 0 0.74 193.95 0.47 0.18
Hex 18 39 43 40 F 0 4A C2 2F 12
Octal 30 71 103 100 17 0 112 302 57 22
Binary 11000 111001 1000011 1000000 1111 0 1001010 11000010 101111 10010

Color Harmonies of #183943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183943

Black with #183943

Text Example


Text Example

White with #183943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183943; }

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

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

background-color css

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

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

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

border-color css

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

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

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