Html Css Color HEX #193334 Nordic

📋 copy color: '#193334'

red 25 ◦ green 51 ◦ blue 52

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

Shades of Nordic #193334

Tints of Nordic #193334

RGB

 RED value IS 25 (10.16% from 255) = 19.53%

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

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

R = 19.53%
G = 39.84%
B = 40.63%

CMYK

 C value IS 0.52

 M value IS 0.02

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#193334 (or 0x193334) is known color: Nordic. HEX triplet: 19, 33 and 34. RGB value is (25,51,52). Sum of RGB (Red+Green+Blue) = 25+51+52=128 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.53% from 128); Green value is 51 (20.31% from 255 or 39.84% from 128); Blue value is 52 (20.70% from 255 or 40.62% from 128); Max value from RGB is 52 - color contains mainly: blue. Hex color #193334 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193334 is #E6CCCB. Grayscale: #2B2B2B. Windows color (decimal): -15125708 or 3420953. OLE color: 3420953.

HSL color Cylindrical-coordinate representation of color #193334: hue angle of 182.22º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #193334 is Cyan = 0.52, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 25 51 52 -
CMYK 0.52 0.02 0 0.80
HSL 182.22º 0.35% 0.15% -
HSV(B) 182.22º 0.52% 0.2% -
XYZ 2.2 2.82 3.68 -
YUV 43.34 132.89 114.92 -
System Red Green Blue C M Y K H S L
Decimal 25 51 52 0.52 0.02 0 0.80 182.22 0.35 0.15
Hex 19 33 34 34 2 0 50 B6 23 F
Octal 31 63 64 64 2 0 120 266 43 17
Binary 11001 110011 110100 110100 10 0 1010000 10110110 100011 1111

Color Harmonies of #193334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193334

Black with #193334

Text Example


Text Example

White with #193334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193334; }

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

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

background-color css

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

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

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

border-color css

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

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

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