Html Css Color HEX #123638 Nordic

📋 copy color: '#123638'

red 18 ◦ green 54 ◦ blue 56

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

Shades of Nordic #123638

Tints of Nordic #123638

RGB

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

 GREEN value IS 54 (21.48% from 255) = 42.19%

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

R = 14.06%
G = 42.19%
B = 43.75%

CMYK

 C value IS 0.68

 M value IS 0.04

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#123638 (or 0x123638) is known color: Nordic. HEX triplet: 12, 36 and 38. RGB value is (18,54,56). Sum of RGB (Red+Green+Blue) = 18+54+56=128 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.06% from 128); Green value is 54 (21.48% from 255 or 42.19% from 128); Blue value is 56 (22.27% from 255 or 43.75% from 128); Max value from RGB is 56 - color contains mainly: blue. Hex color #123638 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123638 is #EDC9C7. Grayscale: #2B2B2B. Windows color (decimal): -15583688 or 3683858. OLE color: 3683858.

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

Color convert

RGB 18 54 56 -
CMYK 0.68 0.04 0 0.78
HSL 183.16º 0.51% 0.15% -
HSV(B) 183.16º 0.68% 0.22% -
XYZ 2.28 3.05 4.21 -
YUV 43.46 135.07 109.84 -
System Red Green Blue C M Y K H S L
Decimal 18 54 56 0.68 0.04 0 0.78 183.16 0.51 0.15
Hex 12 36 38 44 4 0 4E B7 33 F
Octal 22 66 70 104 4 0 116 267 63 17
Binary 10010 110110 111000 1000100 100 0 1001110 10110111 110011 1111

Color Harmonies of #123638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123638

Black with #123638

Text Example


Text Example

White with #123638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123638; }

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

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

background-color css

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

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

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

border-color css

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

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

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