Html Css Color HEX #193237 Nordic

📋 copy color: '#193237'

red 25 ◦ green 50 ◦ blue 55

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

Shades of Nordic #193237

Tints of Nordic #193237

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 42.31%

R = 19.23%
G = 38.46%
B = 42.31%

CMYK

 C value IS 0.55

 M value IS 0.09

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#193237 (or 0x193237) is known color: Nordic. HEX triplet: 19, 32 and 37. RGB value is (25,50,55). Sum of RGB (Red+Green+Blue) = 25+50+55=130 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.23% from 130); Green value is 50 (19.92% from 255 or 38.46% from 130); Blue value is 55 (21.88% from 255 or 42.31% from 130); Max value from RGB is 55 - color contains mainly: blue. Hex color #193237 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193237 is #E6CDC8. Grayscale: #2B2B2B. Windows color (decimal): -15125961 or 3617305. OLE color: 3617305.

HSL color Cylindrical-coordinate representation of color #193237: hue angle of 190º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #193237 is Cyan = 0.55, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 25 50 55 -
CMYK 0.55 0.09 0 0.78
HSL 190º 0.38% 0.16% -
HSV(B) 190º 0.55% 0.22% -
XYZ 2.23 2.76 4.03 -
YUV 43.1 134.72 115.09 -
System Red Green Blue C M Y K H S L
Decimal 25 50 55 0.55 0.09 0 0.78 190 0.38 0.16
Hex 19 32 37 37 9 0 4E BE 26 10
Octal 31 62 67 67 11 0 116 276 46 20
Binary 11001 110010 110111 110111 1001 0 1001110 10111110 100110 10000

Color Harmonies of #193237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193237

Black with #193237

Text Example


Text Example

White with #193237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193237; }

 p { color: rgb(25,50,55); }

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

background-color css

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

 a { background-color: rgb(25,50,55); }

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

border-color css

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

 span { border-color: rgb(25,50,55); }

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