Html Css Color HEX #12373F Nordic

📋 copy color: '#12373F'

red 18 ◦ green 55 ◦ blue 63

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

Shades of Nordic #12373F

Tints of Nordic #12373F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 40.44%

 BLUE value IS 63 (25% from 255) = 46.32%

R = 13.24%
G = 40.44%
B = 46.32%

CMYK

 C value IS 0.71

 M value IS 0.13

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#12373F (or 0x12373F) is known color: Nordic. HEX triplet: 12, 37 and 3F. RGB value is (18,55,63). Sum of RGB (Red+Green+Blue) = 18+55+63=136 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.24% from 136); Green value is 55 (21.88% from 255 or 40.44% from 136); Blue value is 63 (25% from 255 or 46.32% from 136); Max value from RGB is 63 - color contains mainly: blue. Hex color #12373F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12373F is #EDC8C0. Grayscale: #2C2C2C. Windows color (decimal): -15583425 or 4142866. OLE color: 4142866.

HSL color Cylindrical-coordinate representation of color #12373F: hue angle of 190.67º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #12373F is Cyan = 0.71, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 18 55 63 -
CMYK 0.71 0.13 0 0.75
HSL 190.67º 0.56% 0.16% -
HSV(B) 190.67º 0.71% 0.25% -
XYZ 2.51 3.22 5.19 -
YUV 44.85 138.24 108.85 -
System Red Green Blue C M Y K H S L
Decimal 18 55 63 0.71 0.13 0 0.75 190.67 0.56 0.16
Hex 12 37 3F 47 D 0 4B BF 38 10
Octal 22 67 77 107 15 0 113 277 70 20
Binary 10010 110111 111111 1000111 1101 0 1001011 10111111 111000 10000

Color Harmonies of #12373F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12373F

Black with #12373F

Text Example


Text Example

White with #12373F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12373F; }

 p { color: rgb(18,55,63); }

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

background-color css

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

 a { background-color: rgb(18,55,63); }

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

border-color css

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

 span { border-color: rgb(18,55,63); }

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