Html Css Color HEX #123335 Nordic

📋 copy color: '#123335'

red 18 ◦ green 51 ◦ blue 53

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

Shades of Nordic #123335

Tints of Nordic #123335

RGB

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

 GREEN value IS 51 (20.31% from 255) = 41.8%

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

R = 14.75%
G = 41.8%
B = 43.44%

CMYK

 C value IS 0.66

 M value IS 0.04

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#123335 (or 0x123335) is known color: Nordic. HEX triplet: 12, 33 and 35. RGB value is (18,51,53). Sum of RGB (Red+Green+Blue) = 18+51+53=122 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.75% from 122); Green value is 51 (20.31% from 255 or 41.80% from 122); Blue value is 53 (21.09% from 255 or 43.44% from 122); Max value from RGB is 53 - color contains mainly: blue. Hex color #123335 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123335 is #EDCCCA. Grayscale: #292929. Windows color (decimal): -15584459 or 3486482. OLE color: 3486482.

HSL color Cylindrical-coordinate representation of color #123335: hue angle of 183.43º 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 #123335 is Cyan = 0.66, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 18 51 53 -
CMYK 0.66 0.04 0 0.79
HSL 183.43º 0.49% 0.14% -
HSV(B) 183.43º 0.66% 0.21% -
XYZ 2.08 2.75 3.79 -
YUV 41.36 134.57 111.34 -
System Red Green Blue C M Y K H S L
Decimal 18 51 53 0.66 0.04 0 0.79 183.43 0.49 0.14
Hex 12 33 35 42 4 0 4F B7 31 E
Octal 22 63 65 102 4 0 117 267 61 16
Binary 10010 110011 110101 1000010 100 0 1001111 10110111 110001 1110

Color Harmonies of #123335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123335

Black with #123335

Text Example


Text Example

White with #123335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123335; }

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

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

background-color css

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

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

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

border-color css

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

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

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