Html Css Color HEX #123036 Nordic

📋 copy color: '#123036'

red 18 ◦ green 48 ◦ blue 54

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

Shades of Nordic #123036

Tints of Nordic #123036

RGB

 RED value IS 18 (7.42% from 255) = 15%

 GREEN value IS 48 (19.14% from 255) = 40%

 BLUE value IS 54 (21.48% from 255) = 45%

R = 15%
G = 40%
B = 45%

CMYK

 C value IS 0.67

 M value IS 0.11

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#123036 (or 0x123036) is known color: Nordic. HEX triplet: 12, 30 and 36. RGB value is (18,48,54). Sum of RGB (Red+Green+Blue) = 18+48+54=120 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15% from 120); Green value is 48 (19.14% from 255 or 40% from 120); Blue value is 54 (21.48% from 255 or 45% from 120); Max value from RGB is 54 - color contains mainly: blue. Hex color #123036 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123036 is #EDCFC9. Grayscale: #272727. Windows color (decimal): -15585226 or 3551250. OLE color: 3551250.

HSL color Cylindrical-coordinate representation of color #123036: hue angle of 190º degrees, saturation: 0.5, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #123036 is Cyan = 0.67, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 18 48 54 -
CMYK 0.67 0.11 0 0.79
HSL 190º 0.5% 0.14% -
HSV(B) 190º 0.67% 0.21% -
XYZ 1.97 2.51 3.87 -
YUV 39.71 136.06 112.51 -
System Red Green Blue C M Y K H S L
Decimal 18 48 54 0.67 0.11 0 0.79 190 0.5 0.14
Hex 12 30 36 43 B 0 4F BE 32 E
Octal 22 60 66 103 13 0 117 276 62 16
Binary 10010 110000 110110 1000011 1011 0 1001111 10111110 110010 1110

Color Harmonies of #123036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123036

Black with #123036

Text Example


Text Example

White with #123036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123036; }

 p { color: rgb(18,48,54); }

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

background-color css

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

 a { background-color: rgb(18,48,54); }

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

border-color css

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

 span { border-color: rgb(18,48,54); }

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