Html Css Color HEX #123641 Nordic

📋 copy color: '#123641'

red 18 ◦ green 54 ◦ blue 65

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

Shades of Nordic #123641

Tints of Nordic #123641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 47.45%

R = 13.14%
G = 39.42%
B = 47.45%

CMYK

 C value IS 0.72

 M value IS 0.17

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#123641 (or 0x123641) is known color: Nordic. HEX triplet: 12, 36 and 41. RGB value is (18,54,65). Sum of RGB (Red+Green+Blue) = 18+54+65=137 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.14% from 137); Green value is 54 (21.48% from 255 or 39.42% from 137); Blue value is 65 (25.78% from 255 or 47.45% from 137); Max value from RGB is 65 - color contains mainly: blue. Hex color #123641 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123641 is #EDC9BE. Grayscale: #2C2C2C. Windows color (decimal): -15583679 or 4273682. OLE color: 4273682.

HSL color Cylindrical-coordinate representation of color #123641: hue angle of 194.04º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #123641 is Cyan = 0.72, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 18 54 65 -
CMYK 0.72 0.17 0 0.75
HSL 194.04º 0.57% 0.16% -
HSV(B) 194.04º 0.72% 0.25% -
XYZ 2.52 3.15 5.48 -
YUV 44.49 139.57 109.11 -
System Red Green Blue C M Y K H S L
Decimal 18 54 65 0.72 0.17 0 0.75 194.04 0.57 0.16
Hex 12 36 41 48 11 0 4B C2 39 10
Octal 22 66 101 110 21 0 113 302 71 20
Binary 10010 110110 1000001 1001000 10001 0 1001011 11000010 111001 10000

Color Harmonies of #123641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123641

Black with #123641

Text Example


Text Example

White with #123641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123641; }

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

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

background-color css

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

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

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

border-color css

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

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

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