Html Css Color HEX #18363C Nordic

📋 copy color: '#18363C'

red 24 ◦ green 54 ◦ blue 60

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

Shades of Nordic #18363C

Tints of Nordic #18363C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 39.13%

 BLUE value IS 60 (23.83% from 255) = 43.48%

R = 17.39%
G = 39.13%
B = 43.48%

CMYK

 C value IS 0.60

 M value IS 0.10

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#18363C (or 0x18363C) is known color: Nordic. HEX triplet: 18, 36 and 3C. RGB value is (24,54,60). Sum of RGB (Red+Green+Blue) = 24+54+60=138 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.39% from 138); Green value is 54 (21.48% from 255 or 39.13% from 138); Blue value is 60 (23.83% from 255 or 43.48% from 138); Max value from RGB is 60 - color contains mainly: blue. Hex color #18363C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18363C is #E7C9C3. Grayscale: #2D2D2D. Windows color (decimal): -15190468 or 3946008. OLE color: 3946008.

HSL color Cylindrical-coordinate representation of color #18363C: hue angle of 190º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #18363C is Cyan = 0.60, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 24 54 60 -
CMYK 0.60 0.10 0 0.76
HSL 190º 0.43% 0.16% -
HSV(B) 190º 0.6% 0.24% -
XYZ 2.51 3.16 4.75 -
YUV 45.71 136.06 112.51 -
System Red Green Blue C M Y K H S L
Decimal 24 54 60 0.60 0.10 0 0.76 190 0.43 0.16
Hex 18 36 3C 3C A 0 4C BE 2B 10
Octal 30 66 74 74 12 0 114 276 53 20
Binary 11000 110110 111100 111100 1010 0 1001100 10111110 101011 10000

Color Harmonies of #18363C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18363C

Black with #18363C

Text Example


Text Example

White with #18363C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18363C; }

 p { color: rgb(24,54,60); }

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

background-color css

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

 a { background-color: rgb(24,54,60); }

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

border-color css

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

 span { border-color: rgb(24,54,60); }

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