Html Css Color HEX #193438 Nordic

📋 copy color: '#193438'

red 25 ◦ green 52 ◦ blue 56

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

Shades of Nordic #193438

Tints of Nordic #193438

RGB

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

 GREEN value IS 52 (20.7% from 255) = 39.1%

 BLUE value IS 56 (22.27% from 255) = 42.11%

R = 18.8%
G = 39.1%
B = 42.11%

CMYK

 C value IS 0.55

 M value IS 0.07

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#193438 (or 0x193438) is known color: Nordic. HEX triplet: 19, 34 and 38. RGB value is (25,52,56). Sum of RGB (Red+Green+Blue) = 25+52+56=133 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.80% from 133); Green value is 52 (20.70% from 255 or 39.10% from 133); Blue value is 56 (22.27% from 255 or 42.11% from 133); Max value from RGB is 56 - color contains mainly: blue. Hex color #193438 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193438 is #E6CBC7. Grayscale: #2C2C2C. Windows color (decimal): -15125448 or 3683353. OLE color: 3683353.

HSL color Cylindrical-coordinate representation of color #193438: hue angle of 187.74º 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 #193438 is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 25 52 56 -
CMYK 0.55 0.07 0 0.78
HSL 187.74º 0.38% 0.16% -
HSV(B) 187.74º 0.55% 0.22% -
XYZ 2.34 2.95 4.19 -
YUV 44.38 134.55 114.17 -
System Red Green Blue C M Y K H S L
Decimal 25 52 56 0.55 0.07 0 0.78 187.74 0.38 0.16
Hex 19 34 38 37 7 0 4E BC 26 10
Octal 31 64 70 67 7 0 116 274 46 20
Binary 11001 110100 111000 110111 111 0 1001110 10111100 100110 10000

Color Harmonies of #193438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193438

Black with #193438

Text Example


Text Example

White with #193438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193438; }

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

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

background-color css

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

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

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

border-color css

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

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

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