Html Css Color HEX #123238 Nordic

📋 copy color: '#123238'

red 18 ◦ green 50 ◦ blue 56

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

Shades of Nordic #123238

Tints of Nordic #123238

RGB

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

 GREEN value IS 50 (19.92% from 255) = 40.32%

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

R = 14.52%
G = 40.32%
B = 45.16%

CMYK

 C value IS 0.68

 M value IS 0.11

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#123238 (or 0x123238) is known color: Nordic. HEX triplet: 12, 32 and 38. RGB value is (18,50,56). Sum of RGB (Red+Green+Blue) = 18+50+56=124 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.52% from 124); Green value is 50 (19.92% from 255 or 40.32% from 124); Blue value is 56 (22.27% from 255 or 45.16% from 124); Max value from RGB is 56 - color contains mainly: blue. Hex color #123238 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123238 is #EDCDC7. Grayscale: #292929. Windows color (decimal): -15584712 or 3682834. OLE color: 3682834.

HSL color Cylindrical-coordinate representation of color #123238: hue angle of 189.47º 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 #123238 is Cyan = 0.68, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 18 50 56 -
CMYK 0.68 0.11 0 0.78
HSL 189.47º 0.51% 0.15% -
HSV(B) 189.47º 0.68% 0.22% -
XYZ 2.1 2.7 4.15 -
YUV 41.12 136.4 111.51 -
System Red Green Blue C M Y K H S L
Decimal 18 50 56 0.68 0.11 0 0.78 189.47 0.51 0.15
Hex 12 32 38 44 B 0 4E BD 33 F
Octal 22 62 70 104 13 0 116 275 63 17
Binary 10010 110010 111000 1000100 1011 0 1001110 10111101 110011 1111

Color Harmonies of #123238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123238

Black with #123238

Text Example


Text Example

White with #123238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123238; }

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

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

background-color css

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

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

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

border-color css

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

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

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