Html Css Color HEX #133238 Nordic

📋 copy color: '#133238'

red 19 ◦ green 50 ◦ blue 56

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

Shades of Nordic #133238

Tints of Nordic #133238

RGB

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

 GREEN value IS 50 (19.92% from 255) = 40%

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

R = 15.2%
G = 40%
B = 44.8%

CMYK

 C value IS 0.66

 M value IS 0.11

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#133238 (or 0x133238) is known color: Nordic. HEX triplet: 13, 32 and 38. RGB value is (19,50,56). Sum of RGB (Red+Green+Blue) = 19+50+56=125 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.2% from 125); Green value is 50 (19.92% from 255 or 40% from 125); Blue value is 56 (22.27% from 255 or 44.8% from 125); Max value from RGB is 56 - color contains mainly: blue. Hex color #133238 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133238 is #ECCDC7. Grayscale: #292929. Windows color (decimal): -15519176 or 3682835. OLE color: 3682835.

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

Color convert

RGB 19 50 56 -
CMYK 0.66 0.11 0 0.78
HSL 189.73º 0.49% 0.15% -
HSV(B) 189.73º 0.66% 0.22% -
XYZ 2.12 2.71 4.15 -
YUV 41.42 136.23 112.01 -
System Red Green Blue C M Y K H S L
Decimal 19 50 56 0.66 0.11 0 0.78 189.73 0.49 0.15
Hex 13 32 38 42 B 0 4E BE 31 F
Octal 23 62 70 102 13 0 116 276 61 17
Binary 10011 110010 111000 1000010 1011 0 1001110 10111110 110001 1111

Color Harmonies of #133238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133238

Black with #133238

Text Example


Text Example

White with #133238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133238; }

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

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

background-color css

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

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

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

border-color css

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

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

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