Html Css Color HEX #133239 Nordic

📋 copy color: '#133239'

red 19 ◦ green 50 ◦ blue 57

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

Shades of Nordic #133239

Tints of Nordic #133239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 45.24%

R = 15.08%
G = 39.68%
B = 45.24%

CMYK

 C value IS 0.67

 M value IS 0.12

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#133239 (or 0x133239) is known color: Nordic. HEX triplet: 13, 32 and 39. RGB value is (19,50,57). Sum of RGB (Red+Green+Blue) = 19+50+57=126 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.08% from 126); Green value is 50 (19.92% from 255 or 39.68% from 126); Blue value is 57 (22.66% from 255 or 45.24% from 126); Max value from RGB is 57 - color contains mainly: blue. Hex color #133239 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133239 is #ECCDC6. Grayscale: #292929. Windows color (decimal): -15519175 or 3748371. OLE color: 3748371.

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

Color convert

RGB 19 50 57 -
CMYK 0.67 0.12 0 0.78
HSL 191.05º 0.5% 0.15% -
HSV(B) 191.05º 0.67% 0.22% -
XYZ 2.15 2.72 4.28 -
YUV 41.53 136.73 111.93 -
System Red Green Blue C M Y K H S L
Decimal 19 50 57 0.67 0.12 0 0.78 191.05 0.5 0.15
Hex 13 32 39 43 C 0 4E BF 32 F
Octal 23 62 71 103 14 0 116 277 62 17
Binary 10011 110010 111001 1000011 1100 0 1001110 10111111 110010 1111

Color Harmonies of #133239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133239

Black with #133239

Text Example


Text Example

White with #133239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133239; }

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

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

background-color css

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

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

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

border-color css

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

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

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