Html Css Color HEX #133538 Nordic

📋 copy color: '#133538'

red 19 ◦ green 53 ◦ blue 56

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

Shades of Nordic #133538

Tints of Nordic #133538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 43.75%

R = 14.84%
G = 41.41%
B = 43.75%

CMYK

 C value IS 0.66

 M value IS 0.05

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#133538 (or 0x133538) is known color: Nordic. HEX triplet: 13, 35 and 38. RGB value is (19,53,56). Sum of RGB (Red+Green+Blue) = 19+53+56=128 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.84% from 128); Green value is 53 (21.09% from 255 or 41.41% from 128); Blue value is 56 (22.27% from 255 or 43.75% from 128); Max value from RGB is 56 - color contains mainly: blue. Hex color #133538 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133538 is #ECCAC7. Grayscale: #2B2B2B. Windows color (decimal): -15518408 or 3683603. OLE color: 3683603.

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

Color convert

RGB 19 53 56 -
CMYK 0.66 0.05 0 0.78
HSL 184.86º 0.49% 0.15% -
HSV(B) 184.86º 0.66% 0.22% -
XYZ 2.26 2.97 4.2 -
YUV 43.18 135.24 110.76 -
System Red Green Blue C M Y K H S L
Decimal 19 53 56 0.66 0.05 0 0.78 184.86 0.49 0.15
Hex 13 35 38 42 5 0 4E B9 31 F
Octal 23 65 70 102 5 0 116 271 61 17
Binary 10011 110101 111000 1000010 101 0 1001110 10111001 110001 1111

Color Harmonies of #133538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133538

Black with #133538

Text Example


Text Example

White with #133538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133538; }

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

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

background-color css

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

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

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

border-color css

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

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

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