Html Css Color HEX #123538 Nordic

📋 copy color: '#123538'

red 18 ◦ green 53 ◦ blue 56

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

Shades of Nordic #123538

Tints of Nordic #123538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 44.09%

R = 14.17%
G = 41.73%
B = 44.09%

CMYK

 C value IS 0.68

 M value IS 0.05

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#123538 (or 0x123538) is known color: Nordic. HEX triplet: 12, 35 and 38. RGB value is (18,53,56). Sum of RGB (Red+Green+Blue) = 18+53+56=127 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.17% from 127); Green value is 53 (21.09% from 255 or 41.73% from 127); Blue value is 56 (22.27% from 255 or 44.09% from 127); Max value from RGB is 56 - color contains mainly: blue. Hex color #123538 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123538 is #EDCAC7. Grayscale: #2A2A2A. Windows color (decimal): -15583944 or 3683602. OLE color: 3683602.

HSL color Cylindrical-coordinate representation of color #123538: hue angle of 184.74º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #123538 is Cyan = 0.68, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 18 53 56 -
CMYK 0.68 0.05 0 0.78
HSL 184.74º 0.51% 0.15% -
HSV(B) 184.74º 0.68% 0.22% -
XYZ 2.24 2.96 4.19 -
YUV 42.88 135.4 110.26 -
System Red Green Blue C M Y K H S L
Decimal 18 53 56 0.68 0.05 0 0.78 184.74 0.51 0.15
Hex 12 35 38 44 5 0 4E B9 33 F
Octal 22 65 70 104 5 0 116 271 63 17
Binary 10010 110101 111000 1000100 101 0 1001110 10111001 110011 1111

Color Harmonies of #123538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123538

Black with #123538

Text Example


Text Example

White with #123538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123538; }

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

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

background-color css

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

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

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

border-color css

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

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

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