Html Css Color HEX #12343C Nordic

📋 copy color: '#12343C'

red 18 ◦ green 52 ◦ blue 60

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

Shades of Nordic #12343C

Tints of Nordic #12343C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 40%

 BLUE value IS 60 (23.83% from 255) = 46.15%

R = 13.85%
G = 40%
B = 46.15%

CMYK

 C value IS 0.7

 M value IS 0.13

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#12343C (or 0x12343C) is known color: Nordic. HEX triplet: 12, 34 and 3C. RGB value is (18,52,60). Sum of RGB (Red+Green+Blue) = 18+52+60=130 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.85% from 130); Green value is 52 (20.70% from 255 or 40% from 130); Blue value is 60 (23.83% from 255 or 46.15% from 130); Max value from RGB is 60 - color contains mainly: blue. Hex color #12343C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12343C is #EDCBC3. Grayscale: #2A2A2A. Windows color (decimal): -15584196 or 3945490. OLE color: 3945490.

HSL color Cylindrical-coordinate representation of color #12343C: hue angle of 191.43º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #12343C is Cyan = 0.7, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 18 52 60 -
CMYK 0.7 0.13 0 0.76
HSL 191.43º 0.54% 0.15% -
HSV(B) 191.43º 0.7% 0.24% -
XYZ 2.29 2.91 4.72 -
YUV 42.75 137.74 110.35 -
System Red Green Blue C M Y K H S L
Decimal 18 52 60 0.7 0.13 0 0.76 191.43 0.54 0.15
Hex 12 34 3C 46 D 0 4C BF 36 F
Octal 22 64 74 106 15 0 114 277 66 17
Binary 10010 110100 111100 1000110 1101 0 1001100 10111111 110110 1111

Color Harmonies of #12343C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12343C

Black with #12343C

Text Example


Text Example

White with #12343C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12343C; }

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

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

background-color css

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

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

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

border-color css

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

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

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