Html Css Color HEX #123034 Nordic

📋 copy color: '#123034'

red 18 ◦ green 48 ◦ blue 52

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

Shades of Nordic #123034

Tints of Nordic #123034

RGB

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

 GREEN value IS 48 (19.14% from 255) = 40.68%

 BLUE value IS 52 (20.7% from 255) = 44.07%

R = 15.25%
G = 40.68%
B = 44.07%

CMYK

 C value IS 0.65

 M value IS 0.08

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#123034 (or 0x123034) is known color: Nordic. HEX triplet: 12, 30 and 34. RGB value is (18,48,52). Sum of RGB (Red+Green+Blue) = 18+48+52=118 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.25% from 118); Green value is 48 (19.14% from 255 or 40.68% from 118); Blue value is 52 (20.70% from 255 or 44.07% from 118); Max value from RGB is 52 - color contains mainly: blue. Hex color #123034 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123034 is #EDCFCB. Grayscale: #272727. Windows color (decimal): -15585228 or 3420178. OLE color: 3420178.

HSL color Cylindrical-coordinate representation of color #123034: hue angle of 187.06º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #123034 is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 18 48 52 -
CMYK 0.65 0.08 0 0.80
HSL 187.06º 0.49% 0.14% -
HSV(B) 187.06º 0.65% 0.2% -
XYZ 1.93 2.49 3.63 -
YUV 39.49 135.06 112.67 -
System Red Green Blue C M Y K H S L
Decimal 18 48 52 0.65 0.08 0 0.80 187.06 0.49 0.14
Hex 12 30 34 41 8 0 50 BB 31 E
Octal 22 60 64 101 10 0 120 273 61 16
Binary 10010 110000 110100 1000001 1000 0 1010000 10111011 110001 1110

Color Harmonies of #123034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123034

Black with #123034

Text Example


Text Example

White with #123034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123034; }

 p { color: rgb(18,48,52); }

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

background-color css

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

 a { background-color: rgb(18,48,52); }

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

border-color css

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

 span { border-color: rgb(18,48,52); }

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