Html Css Color HEX #123138 Nordic

📋 copy color: '#123138'

red 18 ◦ green 49 ◦ blue 56

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

Shades of Nordic #123138

Tints of Nordic #123138

RGB

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

 GREEN value IS 49 (19.53% from 255) = 39.84%

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

R = 14.63%
G = 39.84%
B = 45.53%

CMYK

 C value IS 0.68

 M value IS 0.12

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#123138 (or 0x123138) is known color: Nordic. HEX triplet: 12, 31 and 38. RGB value is (18,49,56). Sum of RGB (Red+Green+Blue) = 18+49+56=123 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.63% from 123); Green value is 49 (19.53% from 255 or 39.84% from 123); Blue value is 56 (22.27% from 255 or 45.53% from 123); Max value from RGB is 56 - color contains mainly: blue. Hex color #123138 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123138 is #EDCEC7. Grayscale: #282828. Windows color (decimal): -15584968 or 3682578. OLE color: 3682578.

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

Color convert

RGB 18 49 56 -
CMYK 0.68 0.12 0 0.78
HSL 191.05º 0.51% 0.15% -
HSV(B) 191.05º 0.68% 0.22% -
XYZ 2.06 2.61 4.14 -
YUV 40.53 136.73 111.93 -
System Red Green Blue C M Y K H S L
Decimal 18 49 56 0.68 0.12 0 0.78 191.05 0.51 0.15
Hex 12 31 38 44 C 0 4E BF 33 F
Octal 22 61 70 104 14 0 116 277 63 17
Binary 10010 110001 111000 1000100 1100 0 1001110 10111111 110011 1111

Color Harmonies of #123138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123138

Black with #123138

Text Example


Text Example

White with #123138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123138; }

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

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

background-color css

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

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

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

border-color css

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

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

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