Html Css Color HEX #133941 Nordic

📋 copy color: '#133941'

red 19 ◦ green 57 ◦ blue 65

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

Shades of Nordic #133941

Tints of Nordic #133941

RGB

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

 GREEN value IS 57 (22.66% from 255) = 40.43%

 BLUE value IS 65 (25.78% from 255) = 46.1%

R = 13.48%
G = 40.43%
B = 46.1%

CMYK

 C value IS 0.71

 M value IS 0.12

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#133941 (or 0x133941) is known color: Nordic. HEX triplet: 13, 39 and 41. RGB value is (19,57,65). Sum of RGB (Red+Green+Blue) = 19+57+65=141 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.48% from 141); Green value is 57 (22.66% from 255 or 40.43% from 141); Blue value is 65 (25.78% from 255 or 46.10% from 141); Max value from RGB is 65 - color contains mainly: blue. Hex color #133941 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133941 is #ECC6BE. Grayscale: #2E2E2E. Windows color (decimal): -15517375 or 4274451. OLE color: 4274451.

HSL color Cylindrical-coordinate representation of color #133941: hue angle of 190.43º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #133941 is Cyan = 0.71, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 57 65 -
CMYK 0.71 0.12 0 0.75
HSL 190.43º 0.55% 0.16% -
HSV(B) 190.43º 0.71% 0.25% -
XYZ 2.69 3.45 5.52 -
YUV 46.55 138.41 108.35 -
System Red Green Blue C M Y K H S L
Decimal 19 57 65 0.71 0.12 0 0.75 190.43 0.55 0.16
Hex 13 39 41 47 C 0 4B BE 37 10
Octal 23 71 101 107 14 0 113 276 67 20
Binary 10011 111001 1000001 1000111 1100 0 1001011 10111110 110111 10000

Color Harmonies of #133941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133941

Black with #133941

Text Example


Text Example

White with #133941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133941; }

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

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

background-color css

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

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

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

border-color css

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

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

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