Html Css Color HEX #123533 Nordic

📋 copy color: '#123533'

red 18 ◦ green 53 ◦ blue 51

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

Shades of Nordic #123533

Tints of Nordic #123533

RGB

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

 GREEN value IS 53 (21.09% from 255) = 43.44%

 BLUE value IS 51 (20.31% from 255) = 41.8%

R = 14.75%
G = 43.44%
B = 41.8%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.04

 K value IS 0.79

RGB Variations

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

Color information

#123533 (or 0x123533) is known color: Nordic. HEX triplet: 12, 35 and 33. RGB value is (18,53,51). Sum of RGB (Red+Green+Blue) = 18+53+51=122 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.75% from 122); Green value is 53 (21.09% from 255 or 43.44% from 122); Blue value is 51 (20.31% from 255 or 41.80% from 122); Max value from RGB is 53 - color contains mainly: green. Hex color #123533 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123533 is #EDCACC. Grayscale: #2A2A2A. Windows color (decimal): -15583949 or 3355922. OLE color: 3355922.

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

Color convert

RGB 18 53 51 -
CMYK 0.66 0 0.04 0.79
HSL 176.57º 0.49% 0.14% -
HSV(B) 176.57º 0.66% 0.21% -
XYZ 2.12 2.91 3.58 -
YUV 42.31 132.9 110.66 -
System Red Green Blue C M Y K H S L
Decimal 18 53 51 0.66 0 0.04 0.79 176.57 0.49 0.14
Hex 12 35 33 42 0 4 4F B1 31 E
Octal 22 65 63 102 0 4 117 261 61 16
Binary 10010 110101 110011 1000010 0 100 1001111 10110001 110001 1110

Color Harmonies of #123533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123533

Black with #123533

Text Example


Text Example

White with #123533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123533; }

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

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

background-color css

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

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

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

border-color css

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

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

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