Html Css Color HEX #133639 Nordic

📋 copy color: '#133639'

red 19 ◦ green 54 ◦ blue 57

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

Shades of Nordic #133639

Tints of Nordic #133639

RGB

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

 GREEN value IS 54 (21.48% from 255) = 41.54%

 BLUE value IS 57 (22.66% from 255) = 43.85%

R = 14.62%
G = 41.54%
B = 43.85%

CMYK

 C value IS 0.67

 M value IS 0.05

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#133639 (or 0x133639) is known color: Nordic. HEX triplet: 13, 36 and 39. RGB value is (19,54,57). Sum of RGB (Red+Green+Blue) = 19+54+57=130 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.62% from 130); Green value is 54 (21.48% from 255 or 41.54% from 130); Blue value is 57 (22.66% from 255 or 43.85% from 130); Max value from RGB is 57 - color contains mainly: blue. Hex color #133639 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133639 is #ECC9C6. Grayscale: #2B2B2B. Windows color (decimal): -15518151 or 3749395. OLE color: 3749395.

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

Color convert

RGB 19 54 57 -
CMYK 0.67 0.05 0 0.78
HSL 184.74º 0.5% 0.15% -
HSV(B) 184.74º 0.67% 0.22% -
XYZ 2.33 3.07 4.34 -
YUV 43.88 135.4 110.26 -
System Red Green Blue C M Y K H S L
Decimal 19 54 57 0.67 0.05 0 0.78 184.74 0.5 0.15
Hex 13 36 39 43 5 0 4E B9 32 F
Octal 23 66 71 103 5 0 116 271 62 17
Binary 10011 110110 111001 1000011 101 0 1001110 10111001 110010 1111

Color Harmonies of #133639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133639

Black with #133639

Text Example


Text Example

White with #133639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133639; }

 p { color: rgb(19,54,57); }

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

background-color css

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

 a { background-color: rgb(19,54,57); }

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

border-color css

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

 span { border-color: rgb(19,54,57); }

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