Html Css Color HEX #133638 Nordic

📋 copy color: '#133638'

red 19 ◦ green 54 ◦ blue 56

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

Shades of Nordic #133638

Tints of Nordic #133638

RGB

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

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

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

R = 14.73%
G = 41.86%
B = 43.41%

CMYK

 C value IS 0.66

 M value IS 0.04

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#133638 (or 0x133638) is known color: Nordic. HEX triplet: 13, 36 and 38. RGB value is (19,54,56). Sum of RGB (Red+Green+Blue) = 19+54+56=129 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.73% from 129); Green value is 54 (21.48% from 255 or 41.86% from 129); Blue value is 56 (22.27% from 255 or 43.41% from 129); Max value from RGB is 56 - color contains mainly: blue. Hex color #133638 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133638 is #ECC9C7. Grayscale: #2B2B2B. Windows color (decimal): -15518152 or 3683859. OLE color: 3683859.

HSL color Cylindrical-coordinate representation of color #133638: hue angle of 183.24º 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 #133638 is Cyan = 0.66, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 19 54 56 -
CMYK 0.66 0.04 0 0.78
HSL 183.24º 0.49% 0.15% -
HSV(B) 183.24º 0.66% 0.22% -
XYZ 2.3 3.06 4.21 -
YUV 43.76 134.9 110.34 -
System Red Green Blue C M Y K H S L
Decimal 19 54 56 0.66 0.04 0 0.78 183.24 0.49 0.15
Hex 13 36 38 42 4 0 4E B7 31 F
Octal 23 66 70 102 4 0 116 267 61 17
Binary 10011 110110 111000 1000010 100 0 1001110 10110111 110001 1111

Color Harmonies of #133638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133638

Black with #133638

Text Example


Text Example

White with #133638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133638; }

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

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

background-color css

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

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

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

border-color css

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

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

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