Html Css Color HEX #133842 Nordic

📋 copy color: '#133842'

red 19 ◦ green 56 ◦ blue 66

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

Shades of Nordic #133842

Tints of Nordic #133842

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 46.81%

R = 13.48%
G = 39.72%
B = 46.81%

CMYK

 C value IS 0.71

 M value IS 0.15

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#133842 (or 0x133842) is known color: Nordic. HEX triplet: 13, 38 and 42. RGB value is (19,56,66). Sum of RGB (Red+Green+Blue) = 19+56+66=141 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.48% from 141); Green value is 56 (22.27% from 255 or 39.72% from 141); Blue value is 66 (26.17% from 255 or 46.81% from 141); Max value from RGB is 66 - color contains mainly: blue. Hex color #133842 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133842 is #ECC7BD. Grayscale: #2E2E2E. Windows color (decimal): -15517630 or 4339731. OLE color: 4339731.

HSL color Cylindrical-coordinate representation of color #133842: hue angle of 192.77º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #133842 is Cyan = 0.71, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 19 56 66 -
CMYK 0.71 0.15 0 0.74
HSL 192.77º 0.55% 0.17% -
HSV(B) 192.77º 0.71% 0.26% -
XYZ 2.67 3.36 5.66 -
YUV 46.08 139.24 108.69 -
System Red Green Blue C M Y K H S L
Decimal 19 56 66 0.71 0.15 0 0.74 192.77 0.55 0.17
Hex 13 38 42 47 F 0 4A C1 37 11
Octal 23 70 102 107 17 0 112 301 67 21
Binary 10011 111000 1000010 1000111 1111 0 1001010 11000001 110111 10001

Color Harmonies of #133842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133842

Black with #133842

Text Example


Text Example

White with #133842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133842; }

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

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

background-color css

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

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

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

border-color css

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

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

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