Html Css Color HEX #133234 Nordic

📋 copy color: '#133234'

red 19 ◦ green 50 ◦ blue 52

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

Shades of Nordic #133234

Tints of Nordic #133234

RGB

 RED value IS 19 (7.81% from 255) = 15.7%

 GREEN value IS 50 (19.92% from 255) = 41.32%

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

R = 15.7%
G = 41.32%
B = 42.98%

CMYK

 C value IS 0.63

 M value IS 0.04

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#133234 (or 0x133234) is known color: Nordic. HEX triplet: 13, 32 and 34. RGB value is (19,50,52). Sum of RGB (Red+Green+Blue) = 19+50+52=121 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.70% from 121); Green value is 50 (19.92% from 255 or 41.32% from 121); Blue value is 52 (20.70% from 255 or 42.98% from 121); Max value from RGB is 52 - color contains mainly: blue. Hex color #133234 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133234 is #ECCDCB. Grayscale: #282828. Windows color (decimal): -15519180 or 3420691. OLE color: 3420691.

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

Color convert

RGB 19 50 52 -
CMYK 0.63 0.04 0 0.80
HSL 183.64º 0.46% 0.14% -
HSV(B) 183.64º 0.63% 0.2% -
XYZ 2.03 2.67 3.66 -
YUV 40.96 134.23 112.34 -
System Red Green Blue C M Y K H S L
Decimal 19 50 52 0.63 0.04 0 0.80 183.64 0.46 0.14
Hex 13 32 34 3F 4 0 50 B8 2E E
Octal 23 62 64 77 4 0 120 270 56 16
Binary 10011 110010 110100 111111 100 0 1010000 10111000 101110 1110

Color Harmonies of #133234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133234

Black with #133234

Text Example


Text Example

White with #133234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133234; }

 p { color: rgb(19,50,52); }

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

background-color css

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

 a { background-color: rgb(19,50,52); }

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

border-color css

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

 span { border-color: rgb(19,50,52); }

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