Html Css Color HEX #183D44 Nordic

📋 copy color: '#183D44'

red 24 ◦ green 61 ◦ blue 68

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

Shades of Nordic #183D44

Tints of Nordic #183D44

RGB

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

 GREEN value IS 61 (24.22% from 255) = 39.87%

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

R = 15.69%
G = 39.87%
B = 44.44%

CMYK

 C value IS 0.65

 M value IS 0.10

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#183D44 (or 0x183D44) is known color: Nordic. HEX triplet: 18, 3D and 44. RGB value is (24,61,68). Sum of RGB (Red+Green+Blue) = 24+61+68=153 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.69% from 153); Green value is 61 (24.22% from 255 or 39.87% from 153); Blue value is 68 (26.95% from 255 or 44.44% from 153); Max value from RGB is 68 - color contains mainly: blue. Hex color #183D44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183D44 is #E7C2BB. Grayscale: #323232. Windows color (decimal): -15188668 or 4472088. OLE color: 4472088.

HSL color Cylindrical-coordinate representation of color #183D44: hue angle of 189.55º degrees, saturation: 0.48, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #183D44 is Cyan = 0.65, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 24 61 68 -
CMYK 0.65 0.10 0 0.73
HSL 189.55º 0.48% 0.18% -
HSV(B) 189.55º 0.65% 0.27% -
XYZ 3.09 3.95 6.07 -
YUV 50.74 137.74 108.93 -
System Red Green Blue C M Y K H S L
Decimal 24 61 68 0.65 0.10 0 0.73 189.55 0.48 0.18
Hex 18 3D 44 41 A 0 49 BE 30 12
Octal 30 75 104 101 12 0 111 276 60 22
Binary 11000 111101 1000100 1000001 1010 0 1001001 10111110 110000 10010

Color Harmonies of #183D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183D44

Black with #183D44

Text Example


Text Example

White with #183D44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,61,68); }

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

background-color css

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

 a { background-color: rgb(24,61,68); }

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

border-color css

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

 span { border-color: rgb(24,61,68); }

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