Html Css Color HEX #133034 Nordic

📋 copy color: '#133034'

red 19 ◦ green 48 ◦ blue 52

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

Shades of Nordic #133034

Tints of Nordic #133034

RGB

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

 GREEN value IS 48 (19.14% from 255) = 40.34%

 BLUE value IS 52 (20.7% from 255) = 43.7%

R = 15.97%
G = 40.34%
B = 43.7%

CMYK

 C value IS 0.63

 M value IS 0.08

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#133034 (or 0x133034) is known color: Nordic. HEX triplet: 13, 30 and 34. RGB value is (19,48,52). Sum of RGB (Red+Green+Blue) = 19+48+52=119 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.97% from 119); Green value is 48 (19.14% from 255 or 40.34% from 119); Blue value is 52 (20.70% from 255 or 43.70% from 119); Max value from RGB is 52 - color contains mainly: blue. Hex color #133034 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133034 is #ECCFCB. Grayscale: #272727. Windows color (decimal): -15519692 or 3420179. OLE color: 3420179.

HSL color Cylindrical-coordinate representation of color #133034: hue angle of 187.27º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #133034 is Cyan = 0.63, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 19 48 52 -
CMYK 0.63 0.08 0 0.80
HSL 187.27º 0.46% 0.14% -
HSV(B) 187.27º 0.63% 0.2% -
XYZ 1.95 2.5 3.63 -
YUV 39.79 134.89 113.17 -
System Red Green Blue C M Y K H S L
Decimal 19 48 52 0.63 0.08 0 0.80 187.27 0.46 0.14
Hex 13 30 34 3F 8 0 50 BB 2E E
Octal 23 60 64 77 10 0 120 273 56 16
Binary 10011 110000 110100 111111 1000 0 1010000 10111011 101110 1110

Color Harmonies of #133034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133034

Black with #133034

Text Example


Text Example

White with #133034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133034; }

 p { color: rgb(19,48,52); }

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

background-color css

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

 a { background-color: rgb(19,48,52); }

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

border-color css

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

 span { border-color: rgb(19,48,52); }

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