Html Css Color HEX #133537 Nordic

📋 copy color: '#133537'

red 19 ◦ green 53 ◦ blue 55

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

Shades of Nordic #133537

Tints of Nordic #133537

RGB

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

 GREEN value IS 53 (21.09% from 255) = 41.73%

 BLUE value IS 55 (21.88% from 255) = 43.31%

R = 14.96%
G = 41.73%
B = 43.31%

CMYK

 C value IS 0.65

 M value IS 0.04

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#133537 (or 0x133537) is known color: Nordic. HEX triplet: 13, 35 and 37. RGB value is (19,53,55). Sum of RGB (Red+Green+Blue) = 19+53+55=127 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.96% from 127); Green value is 53 (21.09% from 255 or 41.73% from 127); Blue value is 55 (21.88% from 255 or 43.31% from 127); Max value from RGB is 55 - color contains mainly: blue. Hex color #133537 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133537 is #ECCAC8. Grayscale: #2B2B2B. Windows color (decimal): -15518409 or 3618067. OLE color: 3618067.

HSL color Cylindrical-coordinate representation of color #133537: hue angle of 183.33º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #133537 is Cyan = 0.65, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 19 53 55 -
CMYK 0.65 0.04 0 0.78
HSL 183.33º 0.49% 0.15% -
HSV(B) 183.33º 0.65% 0.22% -
XYZ 2.23 2.96 4.07 -
YUV 43.06 134.74 110.84 -
System Red Green Blue C M Y K H S L
Decimal 19 53 55 0.65 0.04 0 0.78 183.33 0.49 0.15
Hex 13 35 37 41 4 0 4E B7 31 F
Octal 23 65 67 101 4 0 116 267 61 17
Binary 10011 110101 110111 1000001 100 0 1001110 10110111 110001 1111

Color Harmonies of #133537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133537

Black with #133537

Text Example


Text Example

White with #133537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133537; }

 p { color: rgb(19,53,55); }

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

background-color css

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

 a { background-color: rgb(19,53,55); }

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

border-color css

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

 span { border-color: rgb(19,53,55); }

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