Html Css Color HEX #123035 Nordic

📋 copy color: '#123035'

red 18 ◦ green 48 ◦ blue 53

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

Shades of Nordic #123035

Tints of Nordic #123035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 44.54%

R = 15.13%
G = 40.34%
B = 44.54%

CMYK

 C value IS 0.66

 M value IS 0.09

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#123035 (or 0x123035) is known color: Nordic. HEX triplet: 12, 30 and 35. RGB value is (18,48,53). Sum of RGB (Red+Green+Blue) = 18+48+53=119 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.13% from 119); Green value is 48 (19.14% from 255 or 40.34% from 119); Blue value is 53 (21.09% from 255 or 44.54% from 119); Max value from RGB is 53 - color contains mainly: blue. Hex color #123035 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123035 is #EDCFCA. Grayscale: #272727. Windows color (decimal): -15585227 or 3485714. OLE color: 3485714.

HSL color Cylindrical-coordinate representation of color #123035: hue angle of 188.57º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #123035 is Cyan = 0.66, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 18 48 53 -
CMYK 0.66 0.09 0 0.79
HSL 188.57º 0.49% 0.14% -
HSV(B) 188.57º 0.66% 0.21% -
XYZ 1.95 2.5 3.75 -
YUV 39.6 135.56 112.59 -
System Red Green Blue C M Y K H S L
Decimal 18 48 53 0.66 0.09 0 0.79 188.57 0.49 0.14
Hex 12 30 35 42 9 0 4F BD 31 E
Octal 22 60 65 102 11 0 117 275 61 16
Binary 10010 110000 110101 1000010 1001 0 1001111 10111101 110001 1110

Color Harmonies of #123035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123035

Black with #123035

Text Example


Text Example

White with #123035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123035; }

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

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

background-color css

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

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

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

border-color css

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

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

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