Html Css Color HEX #133335 Nordic

📋 copy color: '#133335'

red 19 ◦ green 51 ◦ blue 53

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

Shades of Nordic #133335

Tints of Nordic #133335

RGB

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

 GREEN value IS 51 (20.31% from 255) = 41.46%

 BLUE value IS 53 (21.09% from 255) = 43.09%

R = 15.45%
G = 41.46%
B = 43.09%

CMYK

 C value IS 0.64

 M value IS 0.04

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#133335 (or 0x133335) is known color: Nordic. HEX triplet: 13, 33 and 35. RGB value is (19,51,53). Sum of RGB (Red+Green+Blue) = 19+51+53=123 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.45% from 123); Green value is 51 (20.31% from 255 or 41.46% from 123); Blue value is 53 (21.09% from 255 or 43.09% from 123); Max value from RGB is 53 - color contains mainly: blue. Hex color #133335 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133335 is #ECCCCA. Grayscale: #292929. Windows color (decimal): -15518923 or 3486483. OLE color: 3486483.

HSL color Cylindrical-coordinate representation of color #133335: hue angle of 183.53º degrees, saturation: 0.47, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #133335 is Cyan = 0.64, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 19 51 53 -
CMYK 0.64 0.04 0 0.79
HSL 183.53º 0.47% 0.14% -
HSV(B) 183.53º 0.64% 0.21% -
XYZ 2.09 2.76 3.79 -
YUV 41.66 134.4 111.84 -
System Red Green Blue C M Y K H S L
Decimal 19 51 53 0.64 0.04 0 0.79 183.53 0.47 0.14
Hex 13 33 35 40 4 0 4F B8 2F E
Octal 23 63 65 100 4 0 117 270 57 16
Binary 10011 110011 110101 1000000 100 0 1001111 10111000 101111 1110

Color Harmonies of #133335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133335

Black with #133335

Text Example


Text Example

White with #133335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133335; }

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

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

background-color css

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

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

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

border-color css

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

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

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