Html Css Color HEX #123B44 Nordic

📋 copy color: '#123B44'

red 18 ◦ green 59 ◦ blue 68

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

Shades of Nordic #123B44

Tints of Nordic #123B44

RGB

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

 GREEN value IS 59 (23.44% from 255) = 40.69%

 BLUE value IS 68 (26.95% from 255) = 46.9%

R = 12.41%
G = 40.69%
B = 46.9%

CMYK

 C value IS 0.74

 M value IS 0.13

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#123B44 (or 0x123B44) is known color: Nordic. HEX triplet: 12, 3B and 44. RGB value is (18,59,68). Sum of RGB (Red+Green+Blue) = 18+59+68=145 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.41% from 145); Green value is 59 (23.44% from 255 or 40.69% from 145); Blue value is 68 (26.95% from 255 or 46.90% from 145); Max value from RGB is 68 - color contains mainly: blue. Hex color #123B44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123B44 is #EDC4BB. Grayscale: #2F2F2F. Windows color (decimal): -15582396 or 4471570. OLE color: 4471570.

HSL color Cylindrical-coordinate representation of color #123B44: hue angle of 190.8º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #123B44 is Cyan = 0.74, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 18 59 68 -
CMYK 0.74 0.13 0 0.73
HSL 190.8º 0.58% 0.17% -
HSV(B) 190.8º 0.74% 0.27% -
XYZ 2.86 3.67 6.03 -
YUV 47.77 139.42 106.77 -
System Red Green Blue C M Y K H S L
Decimal 18 59 68 0.74 0.13 0 0.73 190.8 0.58 0.17
Hex 12 3B 44 4A D 0 49 BF 3A 11
Octal 22 73 104 112 15 0 111 277 72 21
Binary 10010 111011 1000100 1001010 1101 0 1001001 10111111 111010 10001

Color Harmonies of #123B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123B44

Black with #123B44

Text Example


Text Example

White with #123B44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123B44; }

 p { color: rgb(18,59,68); }

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

background-color css

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

 a { background-color: rgb(18,59,68); }

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

border-color css

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

 span { border-color: rgb(18,59,68); }

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