Html Css Color HEX #13323C Nordic

📋 copy color: '#13323C'

red 19 ◦ green 50 ◦ blue 60

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

Shades of Nordic #13323C

Tints of Nordic #13323C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 46.51%

R = 14.73%
G = 38.76%
B = 46.51%

CMYK

 C value IS 0.68

 M value IS 0.17

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#13323C (or 0x13323C) is known color: Nordic. HEX triplet: 13, 32 and 3C. RGB value is (19,50,60). Sum of RGB (Red+Green+Blue) = 19+50+60=129 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.73% from 129); Green value is 50 (19.92% from 255 or 38.76% from 129); Blue value is 60 (23.83% from 255 or 46.51% from 129); Max value from RGB is 60 - color contains mainly: blue. Hex color #13323C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13323C is #ECCDC3. Grayscale: #292929. Windows color (decimal): -15519172 or 3944979. OLE color: 3944979.

HSL color Cylindrical-coordinate representation of color #13323C: hue angle of 194.63º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #13323C is Cyan = 0.68, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 19 50 60 -
CMYK 0.68 0.17 0 0.76
HSL 194.63º 0.52% 0.15% -
HSV(B) 194.63º 0.68% 0.24% -
XYZ 2.22 2.75 4.69 -
YUV 41.87 138.23 111.69 -
System Red Green Blue C M Y K H S L
Decimal 19 50 60 0.68 0.17 0 0.76 194.63 0.52 0.15
Hex 13 32 3C 44 11 0 4C C3 34 F
Octal 23 62 74 104 21 0 114 303 64 17
Binary 10011 110010 111100 1000100 10001 0 1001100 11000011 110100 1111

Color Harmonies of #13323C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13323C

Black with #13323C

Text Example


Text Example

White with #13323C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13323C; }

 p { color: rgb(19,50,60); }

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

background-color css

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

 a { background-color: rgb(19,50,60); }

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

border-color css

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

 span { border-color: rgb(19,50,60); }

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