Html Css Color HEX #123336 Nordic

📋 copy color: '#123336'

red 18 ◦ green 51 ◦ blue 54

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

Shades of Nordic #123336

Tints of Nordic #123336

RGB

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

 GREEN value IS 51 (20.31% from 255) = 41.46%

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

R = 14.63%
G = 41.46%
B = 43.9%

CMYK

 C value IS 0.67

 M value IS 0.06

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#123336 (or 0x123336) is known color: Nordic. HEX triplet: 12, 33 and 36. RGB value is (18,51,54). Sum of RGB (Red+Green+Blue) = 18+51+54=123 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.63% from 123); Green value is 51 (20.31% from 255 or 41.46% from 123); Blue value is 54 (21.48% from 255 or 43.90% from 123); Max value from RGB is 54 - color contains mainly: blue. Hex color #123336 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123336 is #EDCCC9. Grayscale: #292929. Windows color (decimal): -15584458 or 3552018. OLE color: 3552018.

HSL color Cylindrical-coordinate representation of color #123336: hue angle of 185º 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 #123336 is Cyan = 0.67, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 18 51 54 -
CMYK 0.67 0.06 0 0.79
HSL 185º 0.5% 0.14% -
HSV(B) 185º 0.67% 0.21% -
XYZ 2.1 2.76 3.91 -
YUV 41.48 135.07 111.26 -
System Red Green Blue C M Y K H S L
Decimal 18 51 54 0.67 0.06 0 0.79 185 0.5 0.14
Hex 12 33 36 43 6 0 4F B9 32 E
Octal 22 63 66 103 6 0 117 271 62 16
Binary 10010 110011 110110 1000011 110 0 1001111 10111001 110010 1110

Color Harmonies of #123336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123336

Black with #123336

Text Example


Text Example

White with #123336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123336; }

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

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

background-color css

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

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

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

border-color css

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

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

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