Html Css Color HEX #133841 Nordic

📋 copy color: '#133841'

red 19 ◦ green 56 ◦ blue 65

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

Shades of Nordic #133841

Tints of Nordic #133841

RGB

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

 GREEN value IS 56 (22.27% from 255) = 40%

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

R = 13.57%
G = 40%
B = 46.43%

CMYK

 C value IS 0.71

 M value IS 0.14

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#133841 (or 0x133841) is known color: Nordic. HEX triplet: 13, 38 and 41. RGB value is (19,56,65). Sum of RGB (Red+Green+Blue) = 19+56+65=140 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.57% from 140); Green value is 56 (22.27% from 255 or 40% from 140); Blue value is 65 (25.78% from 255 or 46.43% from 140); Max value from RGB is 65 - color contains mainly: blue. Hex color #133841 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133841 is #ECC7BE. Grayscale: #2D2D2D. Windows color (decimal): -15517631 or 4274195. OLE color: 4274195.

HSL color Cylindrical-coordinate representation of color #133841: hue angle of 191.74º 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 #133841 is Cyan = 0.71, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 56 65 -
CMYK 0.71 0.14 0 0.75
HSL 191.74º 0.55% 0.16% -
HSV(B) 191.74º 0.71% 0.25% -
XYZ 2.64 3.35 5.51 -
YUV 45.96 138.74 108.77 -
System Red Green Blue C M Y K H S L
Decimal 19 56 65 0.71 0.14 0 0.75 191.74 0.55 0.16
Hex 13 38 41 47 E 0 4B C0 37 10
Octal 23 70 101 107 16 0 113 300 67 20
Binary 10011 111000 1000001 1000111 1110 0 1001011 11000000 110111 10000

Color Harmonies of #133841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133841

Black with #133841

Text Example


Text Example

White with #133841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133841; }

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

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

background-color css

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

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

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

border-color css

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

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

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