Html Css Color HEX #133334 Nordic

📋 copy color: '#133334'

red 19 ◦ green 51 ◦ blue 52

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

Shades of Nordic #133334

Tints of Nordic #133334

RGB

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

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

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

R = 15.57%
G = 41.8%
B = 42.62%

CMYK

 C value IS 0.63

 M value IS 0.02

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#133334 (or 0x133334) is known color: Nordic. HEX triplet: 13, 33 and 34. RGB value is (19,51,52). Sum of RGB (Red+Green+Blue) = 19+51+52=122 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.57% from 122); Green value is 51 (20.31% from 255 or 41.80% from 122); Blue value is 52 (20.70% from 255 or 42.62% from 122); Max value from RGB is 52 - color contains mainly: blue. Hex color #133334 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133334 is #ECCCCB. Grayscale: #292929. Windows color (decimal): -15518924 or 3420947. OLE color: 3420947.

HSL color Cylindrical-coordinate representation of color #133334: hue angle of 181.82º 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 #133334 is Cyan = 0.63, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 19 51 52 -
CMYK 0.63 0.02 0 0.80
HSL 181.82º 0.46% 0.14% -
HSV(B) 181.82º 0.63% 0.2% -
XYZ 2.07 2.75 3.67 -
YUV 41.55 133.9 111.92 -
System Red Green Blue C M Y K H S L
Decimal 19 51 52 0.63 0.02 0 0.80 181.82 0.46 0.14
Hex 13 33 34 3F 2 0 50 B6 2E E
Octal 23 63 64 77 2 0 120 266 56 16
Binary 10011 110011 110100 111111 10 0 1010000 10110110 101110 1110

Color Harmonies of #133334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133334

Black with #133334

Text Example


Text Example

White with #133334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133334; }

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

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

background-color css

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

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

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

border-color css

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

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

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