Html Css Color HEX #123639 Nordic

📋 copy color: '#123639'

red 18 ◦ green 54 ◦ blue 57

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

Shades of Nordic #123639

Tints of Nordic #123639

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 44.19%

R = 13.95%
G = 41.86%
B = 44.19%

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

#123639 (or 0x123639) is known color: Nordic. HEX triplet: 12, 36 and 39. RGB value is (18,54,57). Sum of RGB (Red+Green+Blue) = 18+54+57=129 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.95% from 129); Green value is 54 (21.48% from 255 or 41.86% from 129); Blue value is 57 (22.66% from 255 or 44.19% from 129); Max value from RGB is 57 - color contains mainly: blue. Hex color #123639 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123639 is #EDC9C6. Grayscale: #2B2B2B. Windows color (decimal): -15583687 or 3749394. OLE color: 3749394.

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

Color convert

RGB 18 54 57 -
CMYK 0.68 0.05 0 0.78
HSL 184.62º 0.52% 0.15% -
HSV(B) 184.62º 0.68% 0.22% -
XYZ 2.31 3.06 4.34 -
YUV 43.58 135.57 109.76 -
System Red Green Blue C M Y K H S L
Decimal 18 54 57 0.68 0.05 0 0.78 184.62 0.52 0.15
Hex 12 36 39 44 5 0 4E B9 34 F
Octal 22 66 71 104 5 0 116 271 64 17
Binary 10010 110110 111001 1000100 101 0 1001110 10111001 110100 1111

Color Harmonies of #123639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123639

Black with #123639

Text Example


Text Example

White with #123639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123639; }

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

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

background-color css

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

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

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

border-color css

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

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

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